public class ParRegQueryBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static ParRegQueryBB |
bbInstance |
static int |
operationCount |
static int |
queryCount |
static int |
stopStartSignal |
static int |
stopStartVmsCounter |
counterNames, GemFire, RMI| Constructor and Description |
|---|
ParRegQueryBB() |
ParRegQueryBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static ParRegQueryBB |
getBB()
Get the QueryBB.
|
static Object |
getFromSharedMap(Object key)
Method to get a value from the shared map.
|
static parReg.query.NewPortfolio |
getPortfolio(String key)
To get the portfolio from the shared map.
|
static void |
HydraTask_initialize()
Initialize the QueryBB
This saves caching attributes in the blackboard that must only be
read once per test run.
|
void |
initialize(String key) |
static void |
putPortfolio(String key,
parReg.query.NewPortfolio portfolio)
To write the portofolio onto the shared map.
|
static void |
putToSharedMap(Object key,
Object value)
Method to put a value that might be PdxSerializable.
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static ParRegQueryBB bbInstance
public static int operationCount
public static int stopStartVmsCounter
public static int stopStartSignal
public static int queryCount
public static ParRegQueryBB getBB()
public static void HydraTask_initialize()
public void initialize(String key)
public static void putPortfolio(String key, parReg.query.NewPortfolio portfolio)
key - portfolio - public static parReg.query.NewPortfolio getPortfolio(String key)
key - public static void putToSharedMap(Object key, Object value)
key - value - public static Object getFromSharedMap(Object key)
key - Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.