public class MembershipBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
membershipChangeInProgress |
static int |
numTotalTaskCompletions |
static int |
startTime |
static int |
taskCompletedToHere |
static int |
taskReadyToStart |
static int |
verifyCompleted |
counterNames, GemFire, RMI| Constructor and Description |
|---|
MembershipBB()
Zero-arg constructor for remote method invocations.
|
MembershipBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
decrementAndReadCounter(int counter)
Decrements and reads the counter with the given name
|
static void |
decrementCounter(int counter)
Decrements the counter with the given name
|
static MembershipBB |
getBB()
Returns the blackboard
|
static long |
incrementAndReadCounter(int counter)
Increments and reads the counter with the given name
|
static void |
incrementCounter(int counter)
Increments the counter with the given name
|
static long |
readCounter(int counter)
Read the counter with the given name
|
static void |
zeroCounter(int counter)
Set the counter with the given name to zero
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int verifyCompleted
public static int taskCompletedToHere
public static int membershipChangeInProgress
public static int numTotalTaskCompletions
public static int taskReadyToStart
public static int startTime
public MembershipBB()
public static MembershipBB getBB()
public static long incrementAndReadCounter(int counter)
public static long decrementAndReadCounter(int counter)
public static void incrementCounter(int counter)
public static void decrementCounter(int counter)
public static long readCounter(int counter)
public static void zeroCounter(int counter)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.