protected static final class IndexFactoryBean.IndexWrapper
extends java.lang.Object
implements org.apache.geode.cache.query.Index
Modifier | Constructor and Description |
---|---|
protected |
IndexWrapper(org.apache.geode.cache.query.QueryService queryService,
java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCanonicalizedFromClause() |
java.lang.String |
getCanonicalizedIndexedExpression() |
java.lang.String |
getCanonicalizedProjectionAttributes() |
java.lang.String |
getFromClause() |
protected org.apache.geode.cache.query.Index |
getIndex() |
java.lang.String |
getIndexedExpression() |
protected java.lang.String |
getIndexName() |
java.lang.String |
getName() |
java.lang.String |
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() |
java.lang.String |
toString() |
protected IndexWrapper(org.apache.geode.cache.query.QueryService queryService, java.lang.String indexName)
protected org.apache.geode.cache.query.Index resolveIndex()
protected org.apache.geode.cache.query.Index getIndex()
protected java.lang.String getIndexName()
protected org.apache.geode.cache.query.QueryService getQueryService()
public java.lang.String getName()
getName
in interface org.apache.geode.cache.query.Index
public java.lang.String getCanonicalizedFromClause()
getCanonicalizedFromClause
in interface org.apache.geode.cache.query.Index
public java.lang.String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression
in interface org.apache.geode.cache.query.Index
public java.lang.String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes
in interface org.apache.geode.cache.query.Index
public java.lang.String getFromClause()
getFromClause
in interface org.apache.geode.cache.query.Index
public java.lang.String getIndexedExpression()
getIndexedExpression
in interface org.apache.geode.cache.query.Index
public java.lang.String getProjectionAttributes()
getProjectionAttributes
in interface org.apache.geode.cache.query.Index
public org.apache.geode.cache.Region<?,?> getRegion()
getRegion
in interface org.apache.geode.cache.query.Index
public org.apache.geode.cache.query.IndexStatistics getStatistics()
getStatistics
in interface org.apache.geode.cache.query.Index
public org.apache.geode.cache.query.IndexType getType()
getType
in interface org.apache.geode.cache.query.Index
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object