protected static final class IndexFactoryBean.IndexWrapper extends Object implements com.gemstone.gemfire.cache.query.Index
Modifier | Constructor and Description |
---|---|
protected |
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 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.Index
public String getCanonicalizedFromClause()
getCanonicalizedFromClause
in interface com.gemstone.gemfire.cache.query.Index
public String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression
in interface com.gemstone.gemfire.cache.query.Index
public String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes
in interface com.gemstone.gemfire.cache.query.Index
public String getFromClause()
getFromClause
in interface com.gemstone.gemfire.cache.query.Index
public String getIndexedExpression()
getIndexedExpression
in interface com.gemstone.gemfire.cache.query.Index
public String getProjectionAttributes()
getProjectionAttributes
in interface com.gemstone.gemfire.cache.query.Index
public com.gemstone.gemfire.cache.Region<?,?> getRegion()
getRegion
in interface com.gemstone.gemfire.cache.query.Index
public com.gemstone.gemfire.cache.query.IndexStatistics getStatistics()
getStatistics
in interface com.gemstone.gemfire.cache.query.Index
public com.gemstone.gemfire.cache.query.IndexType getType()
getType
in interface com.gemstone.gemfire.cache.query.Index
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.