public class DiskRegBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKUP_DIR_LIST |
static DiskRegBB |
bbInstance |
static int |
cacheReady |
static int |
completedOperations |
static int |
EXECUTION_NUMBER |
static String |
FIX_USE_CACHE_LOADER |
static String |
REGION_CONFIG_NAME |
static String |
USE_CACHE_LOADER |
static int |
WHICH_DISK_REGION_ATTRS |
counterNames, GemFire, RMI| Constructor and Description |
|---|
DiskRegBB()
Zero-arg constructor for remote method invocations.
|
DiskRegBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
fixUseCacheLoader() |
static DiskRegBB |
getBB()
Get the DiskRegBB
|
static void |
HydraTask_initialize()
Initialize the DiskRegBB
This saves caching attributes in the blackboard that must only be
read once per test run.
|
static boolean |
useCacheLoader() |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static String BACKUP_DIR_LIST
public static String FIX_USE_CACHE_LOADER
public static String USE_CACHE_LOADER
public static String REGION_CONFIG_NAME
public static int EXECUTION_NUMBER
public static int WHICH_DISK_REGION_ATTRS
public static int cacheReady
public static int completedOperations
public static DiskRegBB bbInstance
public static void HydraTask_initialize()
public static boolean fixUseCacheLoader()
public static boolean useCacheLoader()
public static DiskRegBB getBB()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.