public class ClientRegionDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
ClientRegionDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.client.ClientRegionFactory f,
boolean instantiate)
Configures the client region factory using this client region description.
|
void |
configure(com.gemstone.gemfire.internal.cache.xmlcache.RegionAttributesCreation attrs,
boolean instantiate)
Configures the region attributes using this client region description.
|
protected static void |
configure(TestConfig config)
Creates region descriptions from the region parameters in the test
configuration.
|
com.gemstone.gemfire.cache.client.ClientRegionShortcut |
getClientRegionShortcut()
Returns the client region shortcut
|
DiskStoreDescription |
getDiskStoreDescription()
Returns the disk store description.
|
String |
getDiskStoreName()
Returns the disk store description name.
|
com.gemstone.gemfire.cache.EvictionAttributes |
getEvictionAttributes()
Returns the eviction attributes.
|
String |
getName()
Returns the logical name of this region description.
|
PoolDescription |
getPoolDescription()
Returns the pool description.
|
String |
getRegionName()
Returns the actual name of this region.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
public com.gemstone.gemfire.cache.client.ClientRegionShortcut getClientRegionShortcut()
public String getDiskStoreName()
public DiskStoreDescription getDiskStoreDescription()
public com.gemstone.gemfire.cache.EvictionAttributes getEvictionAttributes()
public PoolDescription getPoolDescription()
public String getRegionName()
protected void configure(com.gemstone.gemfire.cache.client.ClientRegionFactory f,
boolean instantiate)
public void configure(com.gemstone.gemfire.internal.cache.xmlcache.RegionAttributesCreation attrs,
boolean instantiate)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.