public class EdgeBlackboard extends Blackboard
The shared map holds bridge server endpoints. The keys are logical hydra
VM IDs, as returned by RemoteTestModule.getMyVmid(). The values are
lists of BridgeHelper.Endpoint, suitable for use by bridge loaders
and writers.
Example: key 7 might map to a list containing "vm_7_bridge2=hostsrv:40404".
| Modifier and Type | Field and Description |
|---|---|
static EdgeBlackboard |
blackboard |
static int |
startIndex
Counter used to provide a unique, round-robin, starting index into the
endpoint list.
|
static int |
startIndex1
Counters used to provide a unique, round-robin, starting index into the
endpoint list for each wan site.
|
static int |
startIndex10 |
static int |
startIndex11 |
static int |
startIndex12 |
static int |
startIndex13 |
static int |
startIndex14 |
static int |
startIndex15 |
static int |
startIndex16 |
static int |
startIndex17 |
static int |
startIndex18 |
static int |
startIndex19 |
static int |
startIndex2 |
static int |
startIndex20 |
static int |
startIndex3 |
static int |
startIndex4 |
static int |
startIndex5 |
static int |
startIndex6 |
static int |
startIndex7 |
static int |
startIndex8 |
static int |
startIndex9 |
counterNames, GemFire, RMI| Constructor and Description |
|---|
EdgeBlackboard()
Zero-arg constructor for remote method invocations.
|
EdgeBlackboard(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static EdgeBlackboard |
getInstance()
Creates a singleton blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static EdgeBlackboard blackboard
public static int startIndex
public static int startIndex1
public static int startIndex2
public static int startIndex3
public static int startIndex4
public static int startIndex5
public static int startIndex6
public static int startIndex7
public static int startIndex8
public static int startIndex9
public static int startIndex10
public static int startIndex11
public static int startIndex12
public static int startIndex13
public static int startIndex14
public static int startIndex15
public static int startIndex16
public static int startIndex17
public static int startIndex18
public static int startIndex19
public static int startIndex20
public EdgeBlackboard()
public static EdgeBlackboard getInstance()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.