public class DynamicRegionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static DynamicRegionTest |
dynamicRegionTest |
| Constructor and Description |
|---|
DynamicRegionTest() |
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.cache.Region |
getRandomRegion(boolean allowRootRegion)
Selects random region (copied from event.EventTest.
|
static void |
HydraTask_initBridgeServer()
Hydra task to create a BridgeServer, creates the cache & regions to act as
parents of dynamically created regions.
|
static void |
HydraTask_initClientCacheWithXml()
Initializes client (in peer-to-peer topology) using cache.xml
|
static void |
HydraTask_initHctClientCacheWithXml()
Initializes client (in hierarchical cache topology) using cache.xml
|
static void |
HydraTask_initialize()
Hydra task which establishes the edge clients for hierarchical cache:
configures for dynamic regions and creates regions to act as parent of dynamic region.
|
static void |
HydraTask_initializeP2P()
Hydra task which intializes for dynamic regions in P2P test
|
static void |
HydraTask_putData()
Hydra task which puts objects into the cache.
|
static void |
HydraTask_validate()
Hydra task which validates the contents of the cache.the keys and values in each region are what
the test expects.
|
static void |
initClientCacheWithXml(String cacheConfig,
String regionConfig)
Initialize using XML based on the given cache and region configurations.
|
protected void |
initialize()
Initializes the edge clients for hierarchical cache and creates regions to
use as parents of dynamic regions.
|
protected void |
initializeP2P()
Intializes for dynamic regions in P2P test and creates regions to
act as parents to dynamically created regions.
|
protected void |
putData()
Puts object into a dynamically created region.
|
protected void |
validate()
Verifies the keys and values in each region are what the test expects.
|
protected static DynamicRegionTest dynamicRegionTest
public static void HydraTask_initBridgeServer()
public static void HydraTask_initialize()
protected void initialize()
public static void HydraTask_initializeP2P()
protected void initializeP2P()
public static void HydraTask_initHctClientCacheWithXml()
public static void HydraTask_initClientCacheWithXml()
public static void initClientCacheWithXml(String cacheConfig, String regionConfig)
public static void HydraTask_putData()
protected void putData()
protected com.gemstone.gemfire.cache.Region getRandomRegion(boolean allowRootRegion)
public static void HydraTask_validate()
protected void validate()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.