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