Class AbstractIndexSupport
java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractIndexSupport
- All Implemented Interfaces:
org.apache.geode.cache.query.Index
- Direct Known Subclasses:
IndexDefinition.IndexWrapper
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.- Since:
- 2.0.0
- See Also:
-
Index
-
Constructor Details
-
AbstractIndexSupport
public AbstractIndexSupport()
-
-
Method Details
-
getCanonicalizedFromClause
- Specified by:
getCanonicalizedFromClause
in interfaceorg.apache.geode.cache.query.Index
-
getCanonicalizedIndexedExpression
- Specified by:
getCanonicalizedIndexedExpression
in interfaceorg.apache.geode.cache.query.Index
-
getCanonicalizedProjectionAttributes
- Specified by:
getCanonicalizedProjectionAttributes
in interfaceorg.apache.geode.cache.query.Index
-
getFromClause
- Specified by:
getFromClause
in interfaceorg.apache.geode.cache.query.Index
-
getIndexedExpression
- Specified by:
getIndexedExpression
in interfaceorg.apache.geode.cache.query.Index
-
getName
- Specified by:
getName
in interfaceorg.apache.geode.cache.query.Index
-
getProjectionAttributes
- Specified by:
getProjectionAttributes
in interfaceorg.apache.geode.cache.query.Index
-
getRegion
public org.apache.geode.cache.Region<?,?> getRegion()- Specified by:
getRegion
in interfaceorg.apache.geode.cache.query.Index
-
getStatistics
public org.apache.geode.cache.query.IndexStatistics getStatistics()- Specified by:
getStatistics
in interfaceorg.apache.geode.cache.query.Index
-
getType
public org.apache.geode.cache.query.IndexType getType()- Specified by:
getType
in interfaceorg.apache.geode.cache.query.Index
-