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, getStatisticsprotected 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.IndexgetFromClause in class AbstractIndexSupportpublic String getIndexedExpression()
getIndexedExpression in interface org.apache.geode.cache.query.IndexgetIndexedExpression in class AbstractIndexSupportpublic String getName()
getName in interface org.apache.geode.cache.query.IndexgetName in class AbstractIndexSupportpublic org.apache.geode.cache.query.IndexType getType()
getType in interface org.apache.geode.cache.query.IndexgetType in class AbstractIndexSupportCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.