public class DynamicRegionBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static DynamicRegionBB |
bbInstance |
static String |
DestroyedRegionsKey |
static int |
ExecutionNumber |
static int |
LOCAL_CREATE |
static int |
LOCAL_CREATE_ISLOAD |
static int |
LOCAL_DESTROY |
static int |
LOCAL_INVALIDATE |
static int |
LOCAL_LOCAL_DESTROY |
static int |
LOCAL_LOCAL_INVALIDATE |
static int |
LOCAL_UPDATE |
static int |
LOCAL_UPDATE_ISLOAD |
static String |
OpListKey |
static int |
PROCESS_EVENTS |
static String |
RegDefForPIDKey |
static int |
REMOTE_CREATE |
static int |
REMOTE_CREATE_ISLOAD |
static int |
REMOTE_DESTROY |
static int |
REMOTE_INVALIDATE |
static int |
REMOTE_LOCAL_DESTROY |
static int |
REMOTE_LOCAL_INVALIDATE |
static int |
REMOTE_UPDATE |
static int |
REMOTE_UPDATE_ISLOAD |
static int |
RoundRobinNumber |
static String |
RoundRobinStartThread |
static int |
UniqueKeyCounter |
static String |
UpdateStrategy |
static String |
VM_PID |
counterNames, GemFire, RMI| Constructor and Description |
|---|
DynamicRegionBB()
Zero-arg constructor for remote method invocations.
|
DynamicRegionBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicRegionBB |
getBB()
Get the instance of TxBB
|
static OpList |
getOpList()
Convenience method for reading the list of operations for the current
client thread.
|
static String |
getOpListKey()
Convenience method for obtaining the key created for the opList
serial tests may put this key on the BB for other threads to use
for opList access
|
static OpList |
getSingleOpList()
Convenience method for reading the list of operations
|
static void |
inc(int whichCounter)
Increment the given counter
|
static void |
putOpList(OpList opList)
Convenience method for writing a list of operations for the current
client thread.
|
static void |
putSingleOpList(OpList opList)
Convenience method for writing a list of operations
|
void |
zeroEventCounters()
Clear the event counters (associated with number of operations performed
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static DynamicRegionBB bbInstance
public static int RoundRobinNumber
public static int ExecutionNumber
public static int PROCESS_EVENTS
public static int UniqueKeyCounter
public static String RoundRobinStartThread
public static String OpListKey
public static String DestroyedRegionsKey
public static String VM_PID
public static String UpdateStrategy
public static String RegDefForPIDKey
public static int LOCAL_CREATE
public static int LOCAL_CREATE_ISLOAD
public static int LOCAL_UPDATE
public static int LOCAL_UPDATE_ISLOAD
public static int LOCAL_DESTROY
public static int LOCAL_INVALIDATE
public static int LOCAL_LOCAL_DESTROY
public static int LOCAL_LOCAL_INVALIDATE
public static int REMOTE_CREATE
public static int REMOTE_CREATE_ISLOAD
public static int REMOTE_UPDATE
public static int REMOTE_UPDATE_ISLOAD
public static int REMOTE_DESTROY
public static int REMOTE_INVALIDATE
public static int REMOTE_LOCAL_DESTROY
public static int REMOTE_LOCAL_INVALIDATE
public DynamicRegionBB()
public static void putSingleOpList(OpList opList)
public static OpList getSingleOpList()
public static void putOpList(OpList opList)
public static OpList getOpList()
public static String getOpListKey()
public static void inc(int whichCounter)
public void zeroEventCounters()
public static DynamicRegionBB getBB()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.