public class BridgeBlackboard extends Blackboard
The shared map holds bridge server endpoints. The keys are logical hydra
VM IDs, as returned by RemoteTestModule.getMyVmid(). The values are
instances of BridgeHelper.Endpoint, suitable for use by bridge
loaders and writers.
Example: key 7 might map to "vm_7_bridge2=hostsrv:40404".
| Modifier and Type | Field and Description |
|---|---|
static BridgeBlackboard |
blackboard |
counterNames, GemFire, RMI| Constructor and Description |
|---|
BridgeBlackboard()
Zero-arg constructor for remote method invocations.
|
BridgeBlackboard(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static BridgeBlackboard |
getInstance()
Creates a singleton blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static BridgeBlackboard blackboard
public BridgeBlackboard()
public static BridgeBlackboard getInstance()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.