public class CacheBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_GET_TIME_NANOS |
counterNames, GemFire, RMI| Constructor and Description |
|---|
CacheBB()
Zero-arg constructor for remote method invocations.
|
CacheBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheBB |
getBB()
Get the CacheBB
|
com.gemstone.gemfire.cache.DataPolicy |
getDataPolicyAttribute()
Return the dataPolicy attribute for this test run.
|
com.gemstone.gemfire.cache.MirrorType |
getMirrorAttribute()
Return the mirroring attribute for this test run.
|
com.gemstone.gemfire.cache.Scope |
getScopeAttribute()
Return the scope attribute for this test run.
|
static boolean |
HydraTask_initialize()
Initialize the CacheBB
This saves caching attributes in the blackboard that must only be
read once per test run.
|
void |
initialize()
Initialize the bb
This saves caching attributes in the blackboard that must only be
read once per test run.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static CacheBB getBB()
public static boolean HydraTask_initialize()
public void initialize()
public com.gemstone.gemfire.cache.Scope getScopeAttribute()
public com.gemstone.gemfire.cache.MirrorType getMirrorAttribute()
public com.gemstone.gemfire.cache.DataPolicy getDataPolicyAttribute()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.