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