public class CapConBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
EXECUTION_NUMBER |
static int |
HIGHEST_SEQ_NAME_ID |
static int |
LAST_TERMINATOR_CHECK |
static int |
MAX_LRU_DIFF |
static int |
MAX_NUM_KEYS |
static int |
MAX_REGION_SIZE_IN_BYTES |
static int |
MIN_NUM_KEYS_AT_LRU_EVICTION |
static int |
MIN_NUM_KEYS_AT_MEMLRU_EVICTION |
static int |
MIN_REGION_BYTES_AT_MEMLRU_EVICTION |
static int |
NUM_CAPACITY_CHANGES |
static int |
NUM_LRU_EVICTIONS_TO_TRIGGER_CAPACITY_CHANGE |
static int |
SyncCounter |
counterNames, GemFire, RMI| Constructor and Description |
|---|
CapConBB()
Zero-arg constructor for remote method invocations.
|
CapConBB(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 CapConBB |
getBB()
Get the CapConBB
|
static void |
HydraTask_initialize()
Initialize the CapConBB
|
void |
initialize()
Initialize the bb
This saves hydra params 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 int MIN_NUM_KEYS_AT_LRU_EVICTION
public static int MIN_NUM_KEYS_AT_MEMLRU_EVICTION
public static int MIN_REGION_BYTES_AT_MEMLRU_EVICTION
public static int MAX_NUM_KEYS
public static int MAX_REGION_SIZE_IN_BYTES
public static int EXECUTION_NUMBER
public static int SyncCounter
public static int LAST_TERMINATOR_CHECK
public static int HIGHEST_SEQ_NAME_ID
public static int MAX_LRU_DIFF
public static int NUM_CAPACITY_CHANGES
public static int NUM_LRU_EVICTIONS_TO_TRIGGER_CAPACITY_CHANGE
public static CapConBB getBB()
public static void HydraTask_initialize()
public void initialize()
public static boolean fixUseCacheLoader()
public static boolean useCacheLoader()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.