protected static final class IndexDefinition.IndexWrapper extends AbstractIndexSupport
Modifier | Constructor and Description |
---|---|
protected |
IndexWrapper(String name,
String expression,
String fromClause,
IndexType indexType) |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.geode.cache.query.Index |
from(String name,
String expression,
String fromClause,
IndexType indexType) |
String |
getFromClause() |
String |
getIndexedExpression() |
String |
getName() |
org.apache.geode.cache.query.IndexType |
getType() |
getCanonicalizedFromClause, getCanonicalizedIndexedExpression, getCanonicalizedProjectionAttributes, getProjectionAttributes, getRegion, getStatistics
protected static org.apache.geode.cache.query.Index from(String name, String expression, String fromClause, IndexType indexType)
public String getFromClause()
getFromClause
in interface org.apache.geode.cache.query.Index
getFromClause
in class AbstractIndexSupport
public String getIndexedExpression()
getIndexedExpression
in interface org.apache.geode.cache.query.Index
getIndexedExpression
in class AbstractIndexSupport
public String getName()
getName
in interface org.apache.geode.cache.query.Index
getName
in class AbstractIndexSupport
public org.apache.geode.cache.query.IndexType getType()
getType
in interface org.apache.geode.cache.query.Index
getType
in class AbstractIndexSupport
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.