public class RegionDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
RegionDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.gemstone.gemfire.cache.AttributesFactory f,
boolean instantiate)
Configures the attributes factory using this region description.
|
protected void |
configure(String regionName,
com.gemstone.gemfire.cache.AttributesFactory f,
boolean instantiate)
Configures the attributes factory using this region description.
|
protected static void |
configure(TestConfig config)
Creates region descriptions from the region parameters in the test
configuration.
|
List<AsyncEventQueueDescription> |
getAsyncEventQueueDescriptions()
Returns the async event queue descriptions.
|
List<String> |
getAsyncEventQueueNames()
Returns the async event queue names.
|
com.gemstone.gemfire.cache.CacheWriter |
getCacheWriterInstance(boolean instantiate)
Returns a cache writer instance.
|
com.gemstone.gemfire.cache.DataPolicy |
getDataPolicy()
Returns the data policy.
|
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.
|
List<GatewaySenderDescription> |
getGatewaySenderDescriptions()
Returns the gateway sender descriptions.
|
List<String> |
getGatewaySenderNames()
Returns the gateway sender names.
|
HDFSStoreDescription |
getHDFSStoreDescription()
Returns the HDFS store description.
|
String |
getHDFSStoreName()
Returns the HDFS store description name.
|
String |
getName()
Returns the logical name of this region description.
|
PartitionDescription |
getPartitionDescription()
Returns the partition description.
|
PoolDescription |
getPoolDescription()
Returns the pool description.
|
String |
getRegionName()
Returns the actual name of this region.
|
protected static String |
regionAttributesToString(com.gemstone.gemfire.cache.RegionAttributes r)
Returns the region attributes as a string.
|
protected static String |
regionAttributesToStringPartial(com.gemstone.gemfire.cache.RegionAttributes r)
Returns the partial region attributes as a string.
|
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 List<AsyncEventQueueDescription> getAsyncEventQueueDescriptions()
public List<String> getAsyncEventQueueNames()
public com.gemstone.gemfire.cache.DataPolicy getDataPolicy()
public String getDiskStoreName()
public DiskStoreDescription getDiskStoreDescription()
public com.gemstone.gemfire.cache.EvictionAttributes getEvictionAttributes()
public List<GatewaySenderDescription> getGatewaySenderDescriptions()
public String getHDFSStoreName()
public HDFSStoreDescription getHDFSStoreDescription()
public PartitionDescription getPartitionDescription()
public PoolDescription getPoolDescription()
public String getRegionName()
public void configure(com.gemstone.gemfire.cache.AttributesFactory f,
boolean instantiate)
protected void configure(String regionName, com.gemstone.gemfire.cache.AttributesFactory f, boolean instantiate)
protected static String regionAttributesToString(com.gemstone.gemfire.cache.RegionAttributes r)
RegionHelper.regionAttributesToString(RegionAttributes).protected static String regionAttributesToStringPartial(com.gemstone.gemfire.cache.RegionAttributes r)
#regionAttributesToString(RegionAttributes).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
public com.gemstone.gemfire.cache.CacheWriter getCacheWriterInstance(boolean instantiate)
Manages singletons if instantiate is true, which means that this is a real runtime instance rather than a test configuration instance.
This method is public to support DynamicRegionFactory configuration only.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.