public class AsyncMsgBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
ConcurrentLeader |
static String |
conflationEnabled |
static String |
DestroyedRegionsKey |
static String |
ErrorKey |
static int |
ExecutionNumber |
static int |
FinishedVerify |
static int |
NoMoreEvents |
static int |
OPLIST_READY_FOR_VALIDATION |
static String |
OpListKey |
static int |
Pausing |
static String |
PrimeQCount |
static String |
PrimeQDir |
static int |
ReadyToBegin |
static String |
RegDefForPIDKey |
static String |
RegionSnapshot |
static int |
RoundRobinNumber |
static String |
SlowReceiverAlertKey |
static String |
SlowReceiverDetectedKey |
static int |
SnapshotWritten |
counterNames, GemFire, RMI| Constructor and Description |
|---|
AsyncMsgBB()
Zero-arg constructor for remote method invocations.
|
AsyncMsgBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkForError()
Check if an error has been recorded in the blackboard.
|
static Blackboard |
getBB()
Get the instance of AsyncMsgBB
|
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 void |
putOpList(OpList opList)
Convenience method for writing a list of operations for the current
client thread.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int RoundRobinNumber
public static int ExecutionNumber
public static int OPLIST_READY_FOR_VALIDATION
public static String OpListKey
public static String PrimeQDir
public static String PrimeQCount
public static String DestroyedRegionsKey
public static String RegDefForPIDKey
public static String conflationEnabled
public static final String ErrorKey
public static final String SlowReceiverAlertKey
public static final String SlowReceiverDetectedKey
public static int ConcurrentLeader
public static int ReadyToBegin
public static int Pausing
public static int FinishedVerify
public static int SnapshotWritten
public static int NoMoreEvents
public static String RegionSnapshot
public AsyncMsgBB()
public static void putOpList(OpList opList)
public static OpList getOpList()
public static String getOpListKey()
public static Blackboard getBB()
public static void checkForError()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.