public class BB extends Blackboard
Blockboard used for the
cacheLoader tests.| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_ADD_CALLBACKS |
static int |
NUM_DESTROY_CALLBACKS |
static int |
NUM_INVALIDATE_CALLBACKS |
static int |
NUM_INVALIDATE_UPDATE_CALLS |
static int |
NUM_LOAD_CALLS |
static int |
NUM_PUT_CALLBACKS |
static int |
NUM_READ_CALLS |
static int |
NUM_REPLACE_CALLBACKS |
static int |
NUM_TIMED_PUT_CALLS |
static int |
NUM_TIMED_READ_CALLS |
static int |
NUM_UNLOAD_CALLBACKS |
static int |
NUM_UPDATE_CALLS |
static int |
TIME_PUT_CALLS |
static int |
TIME_READ_CALLS |
counterNames, GemFire, RMI| Modifier | Constructor and Description |
|---|---|
|
BB()
Zero-arg constructor for remote method invocations.
|
|
BB(String name,
String type)
Creates a blackboard using the specified name and transport type.
|
protected |
BB(String name,
String type,
Class bb)
Invoked by subclasses to initialize themselves
|
| Modifier and Type | Method and Description |
|---|---|
static Blackboard |
getInstance()
If blackboard already exists, return it.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int NUM_READ_CALLS
public static int NUM_TIMED_READ_CALLS
public static int TIME_READ_CALLS
public static int NUM_INVALIDATE_UPDATE_CALLS
public static int NUM_TIMED_PUT_CALLS
public static int TIME_PUT_CALLS
public static int NUM_LOAD_CALLS
public static int NUM_INVALIDATE_CALLBACKS
public static int NUM_UNLOAD_CALLBACKS
public static int NUM_DESTROY_CALLBACKS
public static int NUM_UPDATE_CALLS
public static int NUM_ADD_CALLBACKS
public static int NUM_PUT_CALLBACKS
public static int NUM_REPLACE_CALLBACKS
public BB()
public BB(String name, String type)
public static Blackboard getInstance()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.