public class BridgePrms extends BasePrms
BridgeDescription.
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 and fields of a parameter can be set to BasePrms.DEFAULT,
except where noted. This uses the product default, except where noted.
Values, fields, and subfields can be set to BasePrms.NONE where noted, with
the documented effect.
Values and fields 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 |
capacity
(int(s))
Capacity of client queues for each bridge, in entries or megabytes,
depending on the
evictionPolicy. |
static java.lang.Long |
diskStoreName
(String(s))
Name of logical disk store configuration (and actual disk store name)
to use on the client queues for each bridge, as found in
DiskStorePrms.names. |
static java.lang.Long |
evictionPolicy
(String(s))
Eviction algorithm to use on the client queues for each bridge.
|
static java.lang.Long |
groups
(Comma-separated String(s))
Server groups for each bridge.
|
static java.lang.Long |
loadPollInterval
How frequently, in milliseconds, to poll the load probe.
|
static java.lang.Long |
loadProbe
The fully qualified name of a class to use as the load
probe for this bridge server.
|
static java.lang.Long |
maxConnections
(int(s))
Max connections for each bridge.
|
static java.lang.Long |
maximumMessageCount
(int(s))
Maximum message count for each bridge.
|
static java.lang.Long |
maximumTimeBetweenPings
(int(s))
Maximum time between pings for each bridge.
|
static java.lang.Long |
maxThreads
(int(s))
Max threads for each bridge (creates pool for NIO selector when non-zero).
|
static java.lang.Long |
messageTimeToLive
(int(s))
Message time to live for each bridge, in seconds.
|
static java.lang.Long |
names
(String(s))
Logical names of the bridge descriptions.
|
static java.lang.Long |
socketBufferSize
(int(s))
Socket buffer size for each bridge.
|
| Constructor and Description |
|---|
BridgePrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long capacity
evictionPolicy.public static java.lang.Long diskStoreName
DiskStorePrms.names. Required when the evictionPolicy is set
to cause eviction. Can be specified as BasePrms.NONE (default).public static java.lang.Long evictionPolicy
If the algorithm causes eviction, diskStoreName must also be set.
See also capacity.
public static java.lang.Long groups
public static java.lang.Long loadPollInterval
public static java.lang.Long loadProbe
public static java.lang.Long maxConnections
public static java.lang.Long maxThreads
public static java.lang.Long maximumMessageCount
public static java.lang.Long maximumTimeBetweenPings
public static java.lang.Long messageTimeToLive
public static java.lang.Long socketBufferSize
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.