public class SwarmBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
currentTestCount |
static java.lang.String |
RUN_ID |
static java.lang.String |
TEST_TYPE |
static int |
totalTestCount |
counterNames, GemFire, RMI| Constructor and Description |
|---|
SwarmBB()
Zero-arg constructor for remote method invocations.
|
SwarmBB(java.lang.String name,
java.lang.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 java.lang.String RUN_ID
public static int totalTestCount
public static int currentTestCount
public static final java.lang.String TEST_TYPE
public SwarmBB()
public SwarmBB(java.lang.String name,
java.lang.String 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.