public class CacheServerBlackboard extends Blackboard
The shared map holds cache server records. The keys are names given to the
cache servers by the application at they are started. The values are
instances of CacheServerHelper#Record, containing relevant info.
Example: key "svr5" might map to "hostsrv:40404(Linux)".
| Modifier and Type | Field and Description |
|---|---|
static CacheServerBlackboard |
blackboard |
counterNames, GemFire, RMI| Constructor and Description |
|---|
CacheServerBlackboard()
Zero-arg constructor for remote method invocations.
|
CacheServerBlackboard(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static CacheServerBlackboard |
getInstance()
Creates a singleton blackboard.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static CacheServerBlackboard blackboard
public CacheServerBlackboard()
public static CacheServerBlackboard getInstance()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.