| Package | Description |
|---|---|
| parReg | |
| util |
| Modifier and Type | Field and Description |
|---|---|
protected CacheDefinition |
ParRegTest.cacheDef |
| Modifier and Type | Method and Description |
|---|---|
static CacheDefinition |
CacheDefinition.createCacheDefinition(Long hydraSpecParam,
String specName)
Creates a cache definition with the specified specName.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DeclarativeGenerator.createDeclarativeXml(String xmlFileSpec,
CacheDefinition cacheDef,
ArrayList rootRegions,
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 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.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.