protected static final class IndexFactoryBean.IndexWrapper extends ObjectSE implements org.apache.geode.cache.query.Index
修飾子 | コンストラクターと説明 |
---|---|
protected | IndexWrapper(org.apache.geode.cache.query.QueryService queryService, StringSE indexName) |
修飾子と型 | メソッドと説明 |
---|---|
boolean | equals(ObjectSE obj) |
StringSE | getCanonicalizedFromClause() |
StringSE | getCanonicalizedIndexedExpression() |
StringSE | getCanonicalizedProjectionAttributes() |
StringSE | getFromClause() |
protected org.apache.geode.cache.query.Index | getIndex() |
StringSE | getIndexedExpression() |
protected StringSE | getIndexName() |
StringSE | getName() |
StringSE | getProjectionAttributes() |
protected org.apache.geode.cache.query.QueryService | getQueryService() |
org.apache.geode.cache.Region<?,?> | getRegion() |
org.apache.geode.cache.query.IndexStatistics | getStatistics() |
org.apache.geode.cache.query.IndexType | getType() |
int | hashCode() |
protected org.apache.geode.cache.query.Index | resolveIndex() |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
protected IndexWrapper(org.apache.geode.cache.query.QueryService queryService, StringSE indexName)
protected org.apache.geode.cache.query.Index resolveIndex()
protected org.apache.geode.cache.query.Index getIndex()
protected StringSE getIndexName()
protected org.apache.geode.cache.query.QueryService getQueryService()
public StringSE getName()
org.apache.geode.cache.query.Index
の getName
public StringSE getCanonicalizedFromClause()
org.apache.geode.cache.query.Index
の getCanonicalizedFromClause
public StringSE getCanonicalizedIndexedExpression()
org.apache.geode.cache.query.Index
の getCanonicalizedIndexedExpression
public StringSE getCanonicalizedProjectionAttributes()
org.apache.geode.cache.query.Index
の getCanonicalizedProjectionAttributes
public StringSE getFromClause()
org.apache.geode.cache.query.Index
の getFromClause
public StringSE getIndexedExpression()
org.apache.geode.cache.query.Index
の getIndexedExpression
public StringSE getProjectionAttributes()
org.apache.geode.cache.query.Index
の getProjectionAttributes
public org.apache.geode.cache.Region<?,?> getRegion()
org.apache.geode.cache.query.Index
の getRegion
public org.apache.geode.cache.query.IndexStatistics getStatistics()
org.apache.geode.cache.query.Index
の getStatistics
public org.apache.geode.cache.query.IndexType getType()
org.apache.geode.cache.query.Index
の getType
public int hashCode()
ObjectSE
の hashCodeSE
public StringSE toString()
ObjectSE
の toStringSE
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.