public class DeltaPropagationBB extends Blackboard
Feeder do.| Modifier and Type | Field and Description |
|---|---|
static int |
ConcurrentLeader |
static String |
DestroyedKeys |
static String |
EntryDone |
static String |
ErrorKey |
static int |
ExceptionCounter |
static int |
ExecutionNumber |
static int |
feedSignal |
static int |
FinishedVerify |
static int |
HA_OVERFLOW_STATUS |
static int |
NUM_CLIENTS_KILL |
static int |
NUM_CREATE |
static int |
NUM_DELTA_CREATE |
static int |
NUM_DELTA_UPDATE |
static int |
NUM_DESTROY |
static int |
NUM_EXCEPTION |
static int |
NUM_GLOBAL_CONFLATE |
static int |
NUM_INVALIDATE |
static int |
NUM_NON_DELTA_CREATE |
static int |
NUM_NON_DELTA_UPDATE |
static int |
NUM_UPDATE |
static int |
Pausing |
static int |
QueryNumber |
static int |
ReadyToBegin |
static String |
RegionSnapshot |
static int |
Reinitialized |
static int |
RoundNumber |
static int |
RoundPosition |
static int |
SnapshotWritten |
static int |
stableSignal |
static int |
SyncUp |
static int |
TimeToStop |
static int |
toDeltaIdNumber |
static String |
VerifyDone |
static String |
VerifyFlag |
counterNames, GemFire, RMI| Constructor and Description |
|---|
DeltaPropagationBB()
Zero-arg constructor for remote method invocations.
|
DeltaPropagationBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeltaPropagationBB |
getBB()
Get the DeltaClientQueueBB
|
static void |
initialize()
initialize HAClientQueueBB
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int NUM_CREATE
public static int NUM_UPDATE
public static int NUM_DELTA_CREATE
public static int NUM_DELTA_UPDATE
public static int NUM_NON_DELTA_CREATE
public static int NUM_NON_DELTA_UPDATE
public static int NUM_INVALIDATE
public static int NUM_DESTROY
public static int NUM_EXCEPTION
public static int NUM_CLIENTS_KILL
public static int HA_OVERFLOW_STATUS
public static int NUM_GLOBAL_CONFLATE
public static int feedSignal
public static int stableSignal
public static final String RegionSnapshot
public static final String DestroyedKeys
public static final String ErrorKey
public static final String VerifyFlag
public static final String EntryDone
public static final String VerifyDone
public static int ExecutionNumber
public static int RoundPosition
public static int RoundNumber
public static int toDeltaIdNumber
public static int ConcurrentLeader
public static int ReadyToBegin
public static int Pausing
public static int FinishedVerify
public static int SnapshotWritten
public static int ExceptionCounter
public static int Reinitialized
public static int TimeToStop
public static int SyncUp
public static int QueryNumber
public DeltaPropagationBB()
public static void initialize()
public static DeltaPropagationBB getBB()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.