public class MembershipPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
clientWorkTask
(String) Work task clients perform (.e.g.
|
static java.lang.Long |
memberOperations
(Vector of Strings) A list of the operations on a member
Can be one or more of:
join - start a new client vm (client killed and returns)
kill - kill a client vm (client does not return)
disconnect - disconnect client from distributed system
reconnect - disconnect/reconnect client
|
static java.lang.Long |
membershipWaitThreshold
Milliseconds threshold for expected membership updates
|
static java.lang.Long |
reconnectMember
(Vector of boolean) Whether to reconnect the member after stop or disconnect
|
static java.lang.Long |
stopMode
(Vector of Strings) stop mode for killing VM
|
static java.lang.Long |
totalTaskTimeSec
Seconds for test to run
|
static java.lang.Long |
waitInMembershipCheck
Milliseconds to wait between checks for membership updates
|
| Constructor and Description |
|---|
MembershipPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long memberOperations
public static java.lang.Long waitInMembershipCheck
public static java.lang.Long membershipWaitThreshold
public static java.lang.Long totalTaskTimeSec
public static java.lang.Long clientWorkTask
public static java.lang.Long reconnectMember
public static java.lang.Long stopMode
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.