public class IndexBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static IndexBB |
bbInstance |
static int |
NUM_PR_COMPACTRANGE_ID_INDEX_KEYS |
static int |
NUM_PR_COMPACTRANGE_ID_INDEX_NUMBUCKETS |
static int |
NUM_PR_COMPACTRANGE_ID_INDEX_VALUES |
static int |
NUM_PR_COMPACTRANGE_STATUS_INDEX_NUMBUCKETS |
static int |
NUM_PR_COMPACTRANGE_STATUS_INDEX_VALUES |
static int |
NUM_PR_INDEX_KEYS |
static int |
NUM_PR_RANGE_ID_INDEX_KEYS |
static int |
NUM_PR_RANGE_ID_INDEX_NUMBUCKETS |
static int |
NUM_PR_RANGE_ID_INDEX_VALUES |
static int |
NUM_PR_RANGE_STATUS_INDEX_NUMBUCKETS |
static int |
NUM_PR_RANGE_STATUS_INDEX_VALUES |
static int |
TOTAL_UPDATES_STATS |
static int |
TOTAL_USES |
static int |
TOTAL_USES_STATS |
counterNames, GemFire, RMI| Constructor and Description |
|---|
IndexBB() |
IndexBB(String name,
String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexBB |
getBB()
Get the QueryBB
|
static IndexValidator |
getIndexValidatorObject() |
static void |
HydraTask_initialize()
Initialize the QueryBB This saves caching attributes in the blackboard that
must only be read once per test run.
|
static void |
putIndexValidator(IndexValidator iv) |
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static IndexBB bbInstance
public static int NUM_PR_COMPACTRANGE_ID_INDEX_VALUES
public static int NUM_PR_COMPACTRANGE_ID_INDEX_KEYS
public static int NUM_PR_RANGE_ID_INDEX_VALUES
public static int NUM_PR_RANGE_ID_INDEX_KEYS
public static int NUM_PR_COMPACTRANGE_STATUS_INDEX_VALUES
public static int NUM_PR_RANGE_STATUS_INDEX_VALUES
public static int NUM_PR_INDEX_KEYS
public static int NUM_PR_COMPACTRANGE_ID_INDEX_NUMBUCKETS
public static int NUM_PR_RANGE_ID_INDEX_NUMBUCKETS
public static int NUM_PR_COMPACTRANGE_STATUS_INDEX_NUMBUCKETS
public static int NUM_PR_RANGE_STATUS_INDEX_NUMBUCKETS
public static int TOTAL_USES
public static int TOTAL_USES_STATS
public static int TOTAL_UPDATES_STATS
public static IndexBB getBB()
public static void HydraTask_initialize()
public static void putIndexValidator(IndexValidator iv)
public static IndexValidator getIndexValidatorObject()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.