public class RBQPrms extends BasePrms
RemoteBlockingQueue
tests.| Modifier and Type | Field and Description |
|---|---|
static Long |
debug
Are we debugging a run of this test?
|
static Long |
queueCapacity
The maximum number of elements allowed in the queue
|
static Long |
useBlackboard
Does this test use the
RBQBlackboard? |
| Constructor and Description |
|---|
RBQPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
debug()
Returns whether or not we are debugging this run of the test.
|
static int |
getQueueCapacity()
Returns the maximum number of elements allowed in the queue.
|
static boolean |
useBlackboard()
Returns whether or not this test uses the
RBQBlackboard
to gather statistics about the test. |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long queueCapacity
getQueueCapacity()public static Long useBlackboard
RBQBlackboard?useBlackboard()public static int getQueueCapacity()
public static boolean debug()
true, then extra information will be logged by the
test. The default value is false.public static boolean useBlackboard()
RBQBlackboard
to gather statistics about the test. The default value is
false.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.