public abstract class AbstractIndexSupport extends Object implements org.apache.geode.cache.query.Index
AbstractIndexSupport is an abstract base class supporting the implementation
of the Pivotal GemFire / Apache Geode Index interface.Index| Constructor and Description |
|---|
AbstractIndexSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalizedFromClause() |
String |
getCanonicalizedIndexedExpression() |
String |
getCanonicalizedProjectionAttributes() |
String |
getFromClause() |
String |
getIndexedExpression() |
String |
getName() |
String |
getProjectionAttributes() |
org.apache.geode.cache.Region<?,?> |
getRegion() |
org.apache.geode.cache.query.IndexStatistics |
getStatistics() |
org.apache.geode.cache.query.IndexType |
getType() |
public String getCanonicalizedFromClause()
getCanonicalizedFromClause in interface org.apache.geode.cache.query.Indexpublic String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression in interface org.apache.geode.cache.query.Indexpublic String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes in interface org.apache.geode.cache.query.Indexpublic String getFromClause()
getFromClause in interface org.apache.geode.cache.query.Indexpublic String getIndexedExpression()
getIndexedExpression in interface org.apache.geode.cache.query.Indexpublic String getName()
getName in interface org.apache.geode.cache.query.Indexpublic String getProjectionAttributes()
getProjectionAttributes in interface org.apache.geode.cache.query.Indexpublic org.apache.geode.cache.Region<?,?> getRegion()
getRegion in interface org.apache.geode.cache.query.Indexpublic org.apache.geode.cache.query.IndexStatistics getStatistics()
getStatistics in interface org.apache.geode.cache.query.Indexpublic org.apache.geode.cache.query.IndexType getType()
getType in interface org.apache.geode.cache.query.IndexCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.