protected static final class IndexFactoryBean.IndexWrapper extends Object implements org.apache.geode.cache.query.Index
Modifier | Constructor and Description |
---|---|
protected |
IndexWrapper(org.apache.geode.cache.query.QueryService queryService,
String indexName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCanonicalizedFromClause() |
String |
getCanonicalizedIndexedExpression() |
String |
getCanonicalizedProjectionAttributes() |
String |
getFromClause() |
protected org.apache.geode.cache.query.Index |
getIndex() |
String |
getIndexedExpression() |
protected String |
getIndexName() |
String |
getName() |
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() |
String |
toString() |
protected IndexWrapper(org.apache.geode.cache.query.QueryService queryService, String indexName)
protected org.apache.geode.cache.query.Index resolveIndex()
protected org.apache.geode.cache.query.Index getIndex()
protected String getIndexName()
protected org.apache.geode.cache.query.QueryService getQueryService()
public String getName()
getName
in interface org.apache.geode.cache.query.Index
public String getCanonicalizedFromClause()
getCanonicalizedFromClause
in interface org.apache.geode.cache.query.Index
public String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression
in interface org.apache.geode.cache.query.Index
public String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes
in interface org.apache.geode.cache.query.Index
public String getFromClause()
getFromClause
in interface org.apache.geode.cache.query.Index
public String getIndexedExpression()
getIndexedExpression
in interface org.apache.geode.cache.query.Index
public 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
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.