Class IndexDefinition.IndexWrapper
java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractIndexSupport
org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
- All Implemented Interfaces:
org.apache.geode.cache.query.Index
- Enclosing class:
- IndexDefinition
-
Constructor Summary
ModifierConstructorDescriptionprotected
IndexWrapper
(String name, String expression, String fromClause, IndexType indexType) -
Method Summary
Methods inherited from class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
getCanonicalizedFromClause, getCanonicalizedIndexedExpression, getCanonicalizedProjectionAttributes, getProjectionAttributes, getRegion, getStatistics
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.geode.cache.query.Index
isValid
-
Constructor Details
-
IndexWrapper
-
-
Method Details
-
from
-
getFromClause
- Specified by:
getFromClause
in interfaceorg.apache.geode.cache.query.Index
- Overrides:
getFromClause
in classAbstractIndexSupport
-
getIndexedExpression
- Specified by:
getIndexedExpression
in interfaceorg.apache.geode.cache.query.Index
- Overrides:
getIndexedExpression
in classAbstractIndexSupport
-
getName
- Specified by:
getName
in interfaceorg.apache.geode.cache.query.Index
- Overrides:
getName
in classAbstractIndexSupport
-
getType
public org.apache.geode.cache.query.IndexType getType()- Specified by:
getType
in interfaceorg.apache.geode.cache.query.Index
- Overrides:
getType
in classAbstractIndexSupport
-