public class MapBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_CLEAR |
static int |
NUM_CLOSE |
static int |
NUM_CONTAINSVALUE |
static int |
NUM_DESTROY |
static int |
NUM_INVALIDATE |
static int |
NUM_ISEMPTY |
static int |
NUM_KEYSET |
static int |
NUM_LOCAL_CLEAR |
static int |
NUM_LOCAL_DESTROY |
static int |
NUM_LOCAL_INVALIDATE |
static int |
NUM_LOCAL_REGION_DESTROY |
static int |
NUM_LOCAL_REGION_INVALIDATE |
static int |
NUM_PUT |
static int |
NUM_PUTALL |
static int |
NUM_REGION_DESTROY |
static int |
NUM_REGION_INVALIDATE |
static int |
NUM_REMOVE |
static int |
NUM_SIZE |
counterNames, GemFire, RMI| Constructor and Description |
|---|
MapBB()
Zero-arg constructor for remote method invocations.
|
MapBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
add(String counterName,
int counter,
int amountToAdd)
Adds a given amount to the value of a given counter
|
static long |
decrementCounter(String counterName,
int counter)
Decrements the counter with the given name
|
static MapBB |
getBB()
Get the EventBB
|
static long |
incrementCounter(String counterName,
int counter)
Increments the counter with the given name
|
static void |
zero(String counterName,
int counter)
Sets the value count with the given name to zero.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int NUM_PUT
public static int NUM_PUTALL
public static int NUM_DESTROY
public static int NUM_REMOVE
public static int NUM_CLEAR
public static int NUM_INVALIDATE
public static int NUM_REGION_DESTROY
public static int NUM_REGION_INVALIDATE
public static int NUM_LOCAL_DESTROY
public static int NUM_LOCAL_INVALIDATE
public static int NUM_LOCAL_REGION_DESTROY
public static int NUM_LOCAL_REGION_INVALIDATE
public static int NUM_LOCAL_CLEAR
public static int NUM_CLOSE
public static int NUM_SIZE
public static int NUM_ISEMPTY
public static int NUM_CONTAINSVALUE
public static int NUM_KEYSET
public static MapBB getBB()
public static void zero(String counterName, int counter)
public static long incrementCounter(String counterName, int counter)
public static long decrementCounter(String counterName, int counter)
public static long add(String counterName, int counter, int amountToAdd)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.