public class SnapshotBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static SnapshotBB |
bbInstance |
static int |
currValue |
static String |
diskSnapshot |
static int |
doneExecutingOpsCounter |
static int |
doneExportingCounter |
static int |
doneImportingCounter |
static int |
doneStartingCounter |
static int |
doneVerifyingCounter |
static int |
eventsDuringImport |
static int |
executionNumber |
static String |
expectOfflineExceptionKey |
static int |
exportLeader |
static int |
importLeader |
static int |
pausing |
static int |
rebalanceLeader |
static String |
regionSnapshotKey |
static int |
serversAreBack |
static int |
shutDownAllCompleted |
static String |
shutDownAllKey |
static int |
snapshotWritten |
static String |
taskStep |
static int |
timeToStop |
static int |
writeSnapshot |
counterNames, GemFire, RMI| Constructor and Description |
|---|
SnapshotBB()
Zero-arg constructor for remote method invocations.
|
SnapshotBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotBB |
getBB()
Get the blackboard instance
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static SnapshotBB bbInstance
public static int executionNumber
public static int doneStartingCounter
public static int doneVerifyingCounter
public static int doneExportingCounter
public static int doneImportingCounter
public static int doneExecutingOpsCounter
public static int timeToStop
public static int snapshotWritten
public static int writeSnapshot
public static int pausing
public static int exportLeader
public static int importLeader
public static int rebalanceLeader
public static int serversAreBack
public static int shutDownAllCompleted
public static int currValue
public static int eventsDuringImport
public static final String taskStep
public static final String shutDownAllKey
public static final String expectOfflineExceptionKey
public static final String regionSnapshotKey
public static final String diskSnapshot
public SnapshotBB()
public static SnapshotBB getBB()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.