public class WANBlackboard extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
currentEntry_invalid |
static int |
currentEntry_reader |
static int |
currentEntry_valid |
static int |
currentEntry_writer |
static String |
LOCATORS_MAP |
static int |
NUM_CQ |
static int |
operation_counter |
counterNames, GemFire, RMI| Constructor and Description |
|---|
WANBlackboard()
Zero-arg constructor for remote method invocations.
|
WANBlackboard(String name,
String type)
Creates a WAN blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static WANBlackboard |
getInstance()
Creates a WAN blackboard named "WAN" using RMI for transport.
|
static String |
getMyUniqueName()
Uses RemoteTestModule information to produce a name to uniquely identify
a client vm (vmid, clientName, host, pid) for the calling thread
|
static Long |
increamentAndReadKeyCounter(String regionName,
int size) |
static void |
printBlackboard()
printBlackboard: ENDTASK to print contents of blackboard
|
static void |
throwException(String msg) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static String LOCATORS_MAP
public static int currentEntry_valid
public static int currentEntry_invalid
public static int currentEntry_writer
public static int currentEntry_reader
public static int operation_counter
public static int NUM_CQ
public WANBlackboard()
public static WANBlackboard getInstance()
public static void printBlackboard()
public static void throwException(String msg)
public static String getMyUniqueName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.