public class AdminPrms extends BasePrms
AdminDescription.
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 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 |
ackSevereAlertThreshold
(int(s))
Ack severe alert threshold, in seconds.
|
static java.lang.Long |
ackWaitThreshold
(int(s))
Ack wait threshold, in seconds.
|
static java.lang.Long |
disableAutoReconnect
(boolean(s))
Whether to disable auto reconnect after a forced disconnect.
|
static java.lang.Long |
distributedSystem
(String(s))
Name of distributed system to administer, as found in
#distributedSystem. |
static java.lang.Long |
emailNotificationEnabled
(boolean(s))
Whether email notification is enabled.
|
static java.lang.Long |
emailNotificationFrom
(String(s))
Email ID from which email notification is sent.
|
static java.lang.Long |
emailNotificationHost
(String(s))
Host from which email notification is sent.
|
static java.lang.Long |
emailNotificationToList
(Comma-separated String(s))
Email IDs to which email notification is sent.
|
static java.lang.Long |
enableNetworkPartitionDetection
(boolean(s))
Whether to enable network partition detection.
|
static java.lang.Long |
logDiskSpaceLimit
(int(s))
Disk space limit for the log file, in megabytes.
|
static java.lang.Long |
logFileSizeLimit
(int(s))
File size limit for the log file, in megabytes.
|
static java.lang.Long |
logLevel
(String(s))
Log level for the log file.
|
static java.lang.Long |
memberTimeout
(int(s))
Member timeout, in milliseconds.
|
static java.lang.Long |
names
(String(s))
Logical names of the admin descriptions.
|
static java.lang.Long |
refreshInterval
(int(s))
Refresh interval, in seconds.
|
static java.lang.Long |
remoteCommand
(String(s))
Remote command for this admin distributed system.
|
static java.lang.Long |
sslName
(String(s))
Name of logical SSL configuration, as found in
SSLPrms.names. |
| Constructor and Description |
|---|
AdminPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long ackSevereAlertThreshold
distributedSystem.public static java.lang.Long ackWaitThreshold
distributedSystem.public static java.lang.Long distributedSystem
#distributedSystem. This is a required parameter with no default value.
Used to configure inherited values such as member discovery (locators or
multicast), use of TCP, and bind addresses.public static java.lang.Long emailNotificationEnabled
public static java.lang.Long emailNotificationFrom
public static java.lang.Long emailNotificationHost
public static java.lang.Long emailNotificationToList
public static java.lang.Long enableNetworkPartitionDetection
distributedSystem.public static java.lang.Long disableAutoReconnect
distributedSystem.public static java.lang.Long logDiskSpaceLimit
public static java.lang.Long logFileSizeLimit
public static java.lang.Long logLevel
public static java.lang.Long memberTimeout
distributedSystem.public static java.lang.Long refreshInterval
public static java.lang.Long remoteCommand
public static java.lang.Long sslName
SSLPrms.names.
Can be specified as BasePrms.NONE (default).Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.