Package org.springframework.data.gemfire
Class IndexFactoryBean.IndexWrapper
java.lang.Object
org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
- All Implemented Interfaces:
org.apache.geode.cache.query.Index
- Enclosing class:
- IndexFactoryBean
protected static final class IndexFactoryBean.IndexWrapper
extends Object
implements org.apache.geode.cache.query.Index
-
Constructor Summary
ModifierConstructorDescriptionprotected
IndexWrapper
(org.apache.geode.cache.query.QueryService queryService, String indexName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected org.apache.geode.cache.query.Index
getIndex()
protected String
getName()
protected org.apache.geode.cache.query.QueryService
org.apache.geode.cache.Region<?,
?> org.apache.geode.cache.query.IndexStatistics
org.apache.geode.cache.query.IndexType
getType()
int
hashCode()
protected org.apache.geode.cache.query.Index
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.geode.cache.query.Index
isValid
-
Constructor Details
-
IndexWrapper
-
-
Method Details
-
resolveIndex
protected org.apache.geode.cache.query.Index resolveIndex() -
getIndex
protected org.apache.geode.cache.query.Index getIndex() -
getIndexName
-
getQueryService
protected org.apache.geode.cache.query.QueryService getQueryService() -
getName
- Specified by:
getName
in interfaceorg.apache.geode.cache.query.Index
-
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
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-