public class AsyncEventQueuePrms extends BasePrms
AsyncEventQueueDescription.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values of a parameter can be set to BasePrms.DEFAULT, except where noted.
This uses the product default, except where noted.
Values and fields can be set to BasePrms.NONE where noted, with the
documented effect.
Values of a parameter can use oneof, range, or robing except where noted, but each description created will use a fixed value chosen at test configuration time. Use as a task attribute is illegal.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
asyncEventListener
(String(s))
Class name of async event listener for each async event queue.
|
static java.lang.Long |
batchConflationEnabled
(boolean(s))
Batch conflation enabled for each async event queue.
|
static java.lang.Long |
batchSize
(int(s))
Batch size for each async event queue.
|
static java.lang.Long |
batchTimeInterval
(int(s))
Batch time interval for each async event queue.
|
static java.lang.Long |
diskStoreName
(String(s))
Name of logical disk store configuration (and actual disk store name)
for each async event queue, as found in
DiskStorePrms.names. |
static java.lang.Long |
diskSynchronous
(boolean(s))
Disk synchronous for each async event queue.
|
static java.lang.Long |
dispatcherThreads
(int(s))
Dispatcher threads for each async event queue.
|
static java.lang.Long |
maximumQueueMemory
(int(s))
Maximum queue memory for each async event queue.
|
static java.lang.Long |
names
(String(s))
Logical names of the async event descriptions and actual ids of the
async event queues.
|
static java.lang.Long |
orderPolicy
(String(s))
Order policy for each async event queue.
|
static java.lang.Long |
parallel
(boolean(s))
Whether to send in parallel for each async event queue.
|
static java.lang.Long |
persistent
(boolean(s))
Persistent for each async event queue.
|
| Constructor and Description |
|---|
AsyncEventQueuePrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long asyncEventListener
public static java.lang.Long batchConflationEnabled
public static java.lang.Long batchSize
public static java.lang.Long batchTimeInterval
public static java.lang.Long diskStoreName
DiskStorePrms.names.
This is a required parameter if persistent is true.public static java.lang.Long diskSynchronous
public static java.lang.Long dispatcherThreads
public static java.lang.Long maximumQueueMemory
public static java.lang.Long orderPolicy
public static java.lang.Long parallel
public static java.lang.Long persistent
diskStoreName to be set as well.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.