protected static class ListIndexCommandDUnitTest.RegionDefinition extends Object implements Iterable<com.gemstone.gemfire.cache.query.Index>, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
RegionDefinition(String regionName,
Class<?> keyConstraint,
Class<?> valueConstraint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(com.gemstone.gemfire.cache.query.Index... indexes) |
boolean |
equals(Object obj) |
Class<?> |
getKeyConstraint() |
String |
getRegionName() |
Class<?> |
getValueConstraint() |
int |
hashCode() |
Iterator<com.gemstone.gemfire.cache.query.Index> |
iterator() |
boolean |
remove(com.gemstone.gemfire.cache.query.Index... indexes) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String getRegionName()
public Class<?> getKeyConstraint()
public Class<?> getValueConstraint()
public boolean add(com.gemstone.gemfire.cache.query.Index... indexes)
public Iterator<com.gemstone.gemfire.cache.query.Index> iterator()
public boolean remove(com.gemstone.gemfire.cache.query.Index... indexes)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.