public class RebalanceEventCountersBB extends Blackboard
rebalance#AbstractResourceListener.
Any subclass of AbstractResourceListener that wants to use
AbstractResourceListener's counter increment methods can use this
blackboard for that purpose.
Note that the names of the blackboard counters defined here must be
the same names as defined in AbstractResourceListener.| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_CREATES |
static int |
BUCKET_DESTROYS |
static int |
BUCKET_TRANSFERS |
static int |
CANCELLED |
static int |
FINISHED |
static int |
PRIMARY_TRANSFERS |
static int |
STARTED |
static int |
STARTING |
counterNames, GemFire, RMI| Constructor and Description |
|---|
RebalanceEventCountersBB()
Zero-arg constructor for remote method invocations.
|
RebalanceEventCountersBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkEventCounters(ArrayList aList) |
static RebalanceEventCountersBB |
getBB()
Get the EventCountersBB
|
static void |
zeroAllCounters()
Zero all counters in this blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int STARTING
public static int STARTED
public static int CANCELLED
public static int FINISHED
public static int BUCKET_CREATES
public static int BUCKET_DESTROYS
public static int BUCKET_TRANSFERS
public static int PRIMARY_TRANSFERS
public RebalanceEventCountersBB()
public static RebalanceEventCountersBB getBB()
public static void checkEventCounters(ArrayList aList)
public static void zeroAllCounters()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.