public class BridgeNotifyBB extends Blackboard
BridgeNotify do. For instance, it has counters
that are incremented when region operations like put
and invalidate are performed.| Modifier and Type | Field and Description |
|---|---|
static String |
BRIDGE_BB_NAME |
static String |
BRIDGE_BB_TYPE |
static int |
EXECUTION_NUMBER |
static int |
EXPECTED_CREATE |
static int |
EXPECTED_PUTALL_CREATE |
static int |
EXPECTED_PUTALL_UPDATE |
static int |
EXPECTED_UPDATE |
static int |
NUM_CLEAR |
static int |
NUM_CLOSE |
static int |
NUM_CREATE |
static int |
NUM_DESTROY |
static int |
NUM_INVALIDATE |
static int |
NUM_LISTENERS |
static int |
NUM_LOCAL_DESTROY |
static int |
NUM_LOCAL_INVALIDATE |
static int |
NUM_LOCAL_REGION_DESTROY |
static int |
NUM_LOCAL_REGION_INVALIDATE |
static int |
NUM_PUTALL_CREATE |
static int |
NUM_PUTALL_UPDATE |
static int |
NUM_REGION_CREATE |
static int |
NUM_REGION_DESTROY |
static int |
NUM_REGION_INVALIDATE |
static int |
NUM_UPDATE |
static String |
numListeners |
static String |
RECEIVE_VALUES_AS_INVALIDATES |
static String |
SERIAL_EXECUTION
Key in the blackboard sharedMap for the hydra parameter
Prms.serialExecution |
static String |
SINGLE_KEYS_REGISTERED |
counterNames, GemFire, RMI| Constructor and Description |
|---|
BridgeNotifyBB()
Zero-arg constructor for remote method invocations.
|
BridgeNotifyBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
add(String counterName,
int counter,
int amountToAdd)
Adds a given amount to the value of a given counter
|
static BridgeNotifyBB |
getBB()
Get the BridgeNotifyBB
|
static void |
HydraTask_initialize()
Initialize the BridgeNotifyBB
This saves caching attributes in the blackboard that must only be
read once per test run.
|
static long |
incrementCounter(String counterName,
int counter)
Increments the counter with the given name
|
static void |
zero(String counterName,
int counter)
Sets the value count with the given name to zero.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static String BRIDGE_BB_NAME
public static String BRIDGE_BB_TYPE
public static String SERIAL_EXECUTION
Prms.serialExecutionpublic static String RECEIVE_VALUES_AS_INVALIDATES
public static String SINGLE_KEYS_REGISTERED
public static String numListeners
public static int EXECUTION_NUMBER
public static int NUM_CREATE
public static int NUM_UPDATE
public static int NUM_PUTALL_CREATE
public static int NUM_PUTALL_UPDATE
public static int NUM_DESTROY
public static int NUM_INVALIDATE
public static int NUM_REGION_DESTROY
public static int NUM_REGION_INVALIDATE
public static int NUM_REGION_CREATE
public static int NUM_LOCAL_DESTROY
public static int NUM_LOCAL_INVALIDATE
public static int NUM_LOCAL_REGION_DESTROY
public static int NUM_LOCAL_REGION_INVALIDATE
public static int NUM_CLOSE
public static int NUM_CLEAR
public static int EXPECTED_PUTALL_CREATE
public static int EXPECTED_PUTALL_UPDATE
public static int EXPECTED_CREATE
public static int EXPECTED_UPDATE
public static int NUM_LISTENERS
public BridgeNotifyBB()
public static BridgeNotifyBB getBB()
public static void HydraTask_initialize()
public static void zero(String counterName, int counter)
public static long incrementCounter(String counterName, int counter)
public static long add(String counterName, int counter, int amountToAdd)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.