public class ParRegCreateDestroy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static List |
bridgeRegionDescriptNames |
protected static int |
destroyThreshold |
protected static int |
ENTRIES_TO_PUT |
protected static boolean |
isBridgeClient |
protected static boolean |
isBridgeConfiguration |
protected static List |
regionDescriptNames |
protected static ParRegCreateDestroy |
testInstance |
protected static com.gemstone.gemfire.cache.Cache |
theCache |
| Constructor and Description |
|---|
ParRegCreateDestroy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreateDestroy()
Randomly create and destroy partitioned regions.
|
void |
doCreateRegions(List regionDescriptNames) |
protected void |
doCreateRegionsOnly()
Randomly create partitioned regions.
|
static void |
HydraTask_createDestroy()
Task to create and destroy partitioned regions
|
static void |
HydraTask_createDestroyWithPersistence()
Task to create and destroy partitioned regions
|
static void |
HydraTask_createRegions()
Creates partitioned regions.
|
static void |
HydraTask_initialize()
Creates and initializes the singleton instance of ParRegCreateDestroy in this VM.
|
static void |
HydraTask_initializeBridgeServer()
Creates and initializes the singleton instance of ParRegCreateDestroy in
a bridge server.
|
static void |
HydraTask_revokeWaitingMembers()
Task to create and destroy partitioned regions
|
protected void |
initialize()
Initialize this test instance
|
static void |
shutdownHook() |
protected static ParRegCreateDestroy testInstance
protected static List regionDescriptNames
protected static List bridgeRegionDescriptNames
protected static int destroyThreshold
protected static final int ENTRIES_TO_PUT
protected static com.gemstone.gemfire.cache.Cache theCache
protected static boolean isBridgeConfiguration
protected static boolean isBridgeClient
public static void HydraTask_initialize()
public static void HydraTask_initializeBridgeServer()
protected void initialize()
public static void HydraTask_createDestroy()
public static void HydraTask_createDestroyWithPersistence()
public static void HydraTask_revokeWaitingMembers()
public static void HydraTask_createRegions()
protected void doCreateRegionsOnly()
public void doCreateRegions(List regionDescriptNames)
protected void doCreateDestroy()
public static void shutdownHook()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.