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

protected static final class IndexDefinition.IndexWrapper extends AbstractIndexSupport
  • Constructor Details

  • Method Details

    • from

      protected static org.apache.geode.cache.query.Index from(String name, String expression, String fromClause, IndexType indexType)
    • getFromClause

      public String getFromClause()
      Specified by:
      getFromClause in interface org.apache.geode.cache.query.Index
      Overrides:
      getFromClause in class AbstractIndexSupport
    • getIndexedExpression

      public String getIndexedExpression()
      Specified by:
      getIndexedExpression in interface org.apache.geode.cache.query.Index
      Overrides:
      getIndexedExpression in class AbstractIndexSupport
    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.geode.cache.query.Index
      Overrides:
      getName in class AbstractIndexSupport
    • getType

      public org.apache.geode.cache.query.IndexType getType()
      Specified by:
      getType in interface org.apache.geode.cache.query.Index
      Overrides:
      getType in class AbstractIndexSupport