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