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