| Package | Description |
|---|---|
| admin | |
| asyncMsg | |
| management.operations | |
| mirror | |
| parReg | |
| util |
| Modifier and Type | Method and Description |
|---|---|
static void |
AdminTest.createSubRegions(com.gemstone.gemfire.cache.Region r,
int numChildren,
int levelsLeft,
String parentName,
RegionDefinition regDef)
Creates a well defined set of branches from the given root
|
| Modifier and Type | Method and Description |
|---|---|
RegionDefinition |
AsyncMsgTest.getRegionDefFromBB(String fullPathOfRegion)
Given a full path for a region, return its RegionDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncMsgTest.recordRegionDefInBB(String fullPathOfRegion,
RegionDefinition regDef)
Given a full path for a region, and its RegionDefinition instance,
write it to the AsyncMsgBB blackboard shared map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RegionDefinition> |
OperationsBlackboard.getRegionDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationsBlackboard.addRegionDefinitions(Map<String,RegionDefinition> map) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MirrorTest.processDiskRegionAttrs(RegionDefinition regDef)
Read the disk region attributes and merge them into regDef.
|
| Modifier and Type | Field and Description |
|---|---|
protected RegionDefinition |
ParRegTest.regDef |
| Modifier and Type | Method and Description |
|---|---|
static RegionDefinition |
RegionDefinition.createRegionDefinition()
Creates a randomly chosen region definition based on
RegionDefPrms.regionSpecs RegionDefPrms#regionSpecName
RegionDefPrms.regionDefUsage RegionDefPrms.reliabilitySpecName |
static RegionDefinition |
RegionDefinition.createRegionDefinition(Long hydraSpecParam,
String specName)
Creates a region definition with the specified specName.
|
static RegionDefinition |
RegionDefinition.createReliabilityDefinition()
Create a new RegionDefinition with ReliabilityPrms specified
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegionDefinition.addSubRegion(RegionDefinition regDef)
Add a subregion to this region's definition.
|
static void |
DeclarativeGenerator.createDeclarativeXml(String xmlFileSpec,
CacheDefinition cacheDef,
RegionDefinition rootRegion,
boolean useDTD)
Create a declarative caching xml file of the given name that defines
the given CacheDefinition and root RegionDefinitions, including
any subregions of the root regions.
|
static com.gemstone.gemfire.cache.Region |
CacheUtil.createRegion(CacheDefinition cacheDef,
RegionDefinition regDef,
String xmlFile)
Create a region either by creating the cache with a declarative xml file
or create the region programmatically.
|
void |
RegionDefinition.mergeReliabilityDefinition(RegionDefinition reliabilityDef)
merge the ReliabiltyAttributes given into this RegionDefinition instance
|
static com.gemstone.gemfire.internal.cache.xmlcache.RegionAttributesCreation |
DeclarativeGeneratorVersionHelper.setConcurrencyChecksEnabled(RegionDefinition regDef,
com.gemstone.gemfire.internal.cache.xmlcache.RegionAttributesCreation attr)
For GemFire7.0 and above, set concurrencyChecksEnabled (if defined)
|
void |
RegionDefinition.setParRegAttributes(RegionDefinition regDef)
Set all partitioned region attributes in regDef to the
current settings in this instance of RegionDefinition.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.