protected static final class IndexFactoryBean.IndexWrapper extends Object implements com.gemstone.gemfire.cache.query.Index
| Modifier | Constructor and Description |
|---|---|
protected |
IndexFactoryBean.IndexWrapper(com.gemstone.gemfire.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 com.gemstone.gemfire.cache.query.Index |
getIndex() |
String |
getIndexedExpression() |
protected String |
getIndexName() |
String |
getName() |
String |
getProjectionAttributes() |
protected com.gemstone.gemfire.cache.query.QueryService |
getQueryService() |
com.gemstone.gemfire.cache.Region<?,?> |
getRegion() |
com.gemstone.gemfire.cache.query.IndexStatistics |
getStatistics() |
com.gemstone.gemfire.cache.query.IndexType |
getType() |
int |
hashCode() |
String |
toString() |
protected IndexFactoryBean.IndexWrapper(com.gemstone.gemfire.cache.query.QueryService queryService,
String indexName)
protected com.gemstone.gemfire.cache.query.Index getIndex()
protected String getIndexName()
protected com.gemstone.gemfire.cache.query.QueryService getQueryService()
public String getName()
getName in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedFromClause()
getCanonicalizedFromClause in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes in interface com.gemstone.gemfire.cache.query.Indexpublic String getFromClause()
getFromClause in interface com.gemstone.gemfire.cache.query.Indexpublic String getIndexedExpression()
getIndexedExpression in interface com.gemstone.gemfire.cache.query.Indexpublic String getProjectionAttributes()
getProjectionAttributes in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.Region<?,?> getRegion()
getRegion in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.query.IndexStatistics getStatistics()
getStatistics in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.query.IndexType getType()
getType in interface com.gemstone.gemfire.cache.query.Index