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