public class SwarmBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
currentTestCount |
static String |
RUN_ID |
static String |
TEST_TYPE |
static int |
totalTestCount |
counterNames, GemFire, RMI| Constructor and Description |
|---|
SwarmBB()
Zero-arg constructor for remote method invocations.
|
SwarmBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static SwarmBB |
getBB()
Get the SwarmBB
|
static long |
getCurrentTestCount() |
static TestType |
getTestType() |
static long |
getTotalTestCount() |
static void |
incCurrentTestCount() |
static void |
initialize()
initialize SwarmBB
|
static void |
setTestType(TestType t) |
static void |
setTotalTestCount(long i) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static String RUN_ID
public static int totalTestCount
public static int currentTestCount
public static final String TEST_TYPE
public static long getTotalTestCount()
public static void setTotalTestCount(long i)
public static long getCurrentTestCount()
public static void incCurrentTestCount()
public static void setTestType(TestType t)
public static TestType getTestType()
public static void initialize()
public static SwarmBB getBB()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.