protected static class ListIndexCommandDUnitTest.IndexAdapter extends Object implements com.gemstone.gemfire.cache.query.Index, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
IndexAdapter(String name,
com.gemstone.gemfire.cache.query.IndexType type,
String indexedExpression,
String fromClause) |
protected |
IndexAdapter(String name,
String indexedExpression,
String fromClause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalizedFromClause() |
String |
getCanonicalizedIndexedExpression() |
String |
getCanonicalizedProjectionAttributes() |
String |
getFromClause() |
String |
getIndexedExpression() |
String |
getName() |
String |
getProjectionAttributes() |
com.gemstone.gemfire.cache.Region<?,?> |
getRegion() |
com.gemstone.gemfire.cache.query.IndexStatistics |
getStatistics() |
com.gemstone.gemfire.cache.query.IndexType |
getType() |
String |
toString() |
public String getName()
getName in interface com.gemstone.gemfire.cache.query.Indexpublic String getFromClause()
getFromClause in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedFromClause()
getCanonicalizedFromClause in interface com.gemstone.gemfire.cache.query.Indexpublic String getIndexedExpression()
getIndexedExpression in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedIndexedExpression()
getCanonicalizedIndexedExpression in interface com.gemstone.gemfire.cache.query.Indexpublic String getProjectionAttributes()
getProjectionAttributes in interface com.gemstone.gemfire.cache.query.Indexpublic String getCanonicalizedProjectionAttributes()
getCanonicalizedProjectionAttributes in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.Region<?,?> getRegion()
getRegion in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.query.IndexStatistics getStatistics()
getStatistics in interface com.gemstone.gemfire.cache.query.Indexpublic com.gemstone.gemfire.cache.query.IndexType getType()
getType in interface com.gemstone.gemfire.cache.query.IndexCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.