public class RegionDescription extends AbstractDescription implements java.io.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(java.lang.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.
|
java.util.List<AsyncEventQueueDescription> |
getAsyncEventQueueDescriptions()
Returns the async event queue descriptions.
|
java.util.List<java.lang.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.
|
java.lang.String |
getDiskStoreName()
Returns the disk store description name.
|
com.gemstone.gemfire.cache.EvictionAttributes |
getEvictionAttributes()
Returns the eviction attributes.
|
java.util.List<GatewaySenderDescription> |
getGatewaySenderDescriptions()
Returns the gateway sender descriptions.
|
java.util.List<java.lang.String> |
getGatewaySenderNames()
Returns the gateway sender names.
|
HDFSStoreDescription |
getHDFSStoreDescription()
Returns the HDFS store description.
|
java.lang.String |
getHDFSStoreName()
Returns the HDFS store description name.
|
java.lang.String |
getName()
Returns the logical name of this region description.
|
PartitionDescription |
getPartitionDescription()
Returns the partition description.
|
PoolDescription |
getPoolDescription()
Returns the pool description.
|
java.lang.String |
getRegionName()
Returns the actual name of this region.
|
protected static java.lang.String |
regionAttributesToString(com.gemstone.gemfire.cache.RegionAttributes r)
Returns the region attributes as a string.
|
protected static java.lang.String |
regionAttributesToStringPartial(com.gemstone.gemfire.cache.RegionAttributes r)
Returns the partial region attributes as a string.
|
java.util.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 java.lang.String getName()
public java.util.List<AsyncEventQueueDescription> getAsyncEventQueueDescriptions()
public java.util.List<java.lang.String> getAsyncEventQueueNames()
public com.gemstone.gemfire.cache.DataPolicy getDataPolicy()
public java.lang.String getDiskStoreName()
public DiskStoreDescription getDiskStoreDescription()
public com.gemstone.gemfire.cache.EvictionAttributes getEvictionAttributes()
public java.util.List<GatewaySenderDescription> getGatewaySenderDescriptions()
public java.util.List<java.lang.String> getGatewaySenderNames()
public java.lang.String getHDFSStoreName()
public HDFSStoreDescription getHDFSStoreDescription()
public PartitionDescription getPartitionDescription()
public PoolDescription getPoolDescription()
public java.lang.String getRegionName()
public void configure(com.gemstone.gemfire.cache.AttributesFactory f,
boolean instantiate)
protected void configure(java.lang.String regionName,
com.gemstone.gemfire.cache.AttributesFactory f,
boolean instantiate)
protected static java.lang.String regionAttributesToString(com.gemstone.gemfire.cache.RegionAttributes r)
RegionHelper.regionAttributesToString(RegionAttributes).protected static java.lang.String regionAttributesToStringPartial(com.gemstone.gemfire.cache.RegionAttributes r)
#regionAttributesToString(RegionAttributes).public java.util.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.