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 Long |
asyncEventListener
(String(s))
Class name of async event listener for each async event queue.
|
static Long |
batchConflationEnabled
(boolean(s))
Batch conflation enabled for each async event queue.
|
static Long |
batchSize
(int(s))
Batch size for each async event queue.
|
static Long |
batchTimeInterval
(int(s))
Batch time interval for each async event queue.
|
static 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 Long |
diskSynchronous
(boolean(s))
Disk synchronous for each async event queue.
|
static Long |
dispatcherThreads
(int(s))
Dispatcher threads for each async event queue.
|
static Long |
maximumQueueMemory
(int(s))
Maximum queue memory for each async event queue.
|
static Long |
names
(String(s))
Logical names of the async event descriptions and actual ids of the
async event queues.
|
static Long |
orderPolicy
(String(s))
Order policy for each async event queue.
|
static Long |
parallel
(boolean(s))
Whether to send in parallel for each async event queue.
|
static Long |
persistent
(boolean(s))
Persistent for each async event queue.
|
| Constructor and Description |
|---|
AsyncEventQueuePrms() |
public static Long names
public static Long asyncEventListener
public static Long batchConflationEnabled
public static Long batchSize
public static Long batchTimeInterval
public static Long diskStoreName
DiskStorePrms.names.
This is a required parameter if persistent is true.public static Long diskSynchronous
public static Long dispatcherThreads
public static Long maximumQueueMemory
public static Long orderPolicy
public static Long parallel
public static Long persistent
diskStoreName to be set as well.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.