public class RolesBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
actualQueuedEvents |
static int |
actualRoleGainEvents |
static int |
actualRoleLossEvents |
static int |
expectedQueuedEvents |
static int |
expectedRoleGainEvents |
static int |
expectedRoleLossEvents |
static int |
regionAccessExceptions |
static String |
RegionAvailablePrefix
Key in the blackboard sharedMap for the current availability of the
region for this client (full sharedMap key = RegionAvailable_clientX).
|
static int |
regionDistributionExceptions |
counterNames, GemFire, RMI| Constructor and Description |
|---|
RolesBB()
Zero-arg constructor for remote method invocations.
|
RolesBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static RolesBB |
getBB()
Get the RolesBB
|
static void |
HydraTask_initialize()
Initialize the RolesBB
This saves caching attributes in the blackboard that must only be
read once per test run.
|
static boolean |
isSerialExecution() |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static String RegionAvailablePrefix
public static int expectedRoleLossEvents
public static int actualRoleLossEvents
public static int expectedRoleGainEvents
public static int actualRoleGainEvents
public static int expectedQueuedEvents
public static int actualQueuedEvents
public static int regionAccessExceptions
public static int regionDistributionExceptions
public static RolesBB getBB()
public static void HydraTask_initialize()
public static boolean isSerialExecution()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.