public class MembershipPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
clientWorkTask
(String) Work task clients perform (.e.g.
|
static 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 Long |
membershipWaitThreshold
Milliseconds threshold for expected membership updates
|
static Long |
reconnectMember
(Vector of boolean) Whether to reconnect the member after stop or disconnect
|
static Long |
stopMode
(Vector of Strings) stop mode for killing VM
|
static Long |
totalTaskTimeSec
Seconds for test to run
|
static Long |
waitInMembershipCheck
Milliseconds to wait between checks for membership updates
|
| Constructor and Description |
|---|
MembershipPrms() |
public static Long memberOperations
public static Long waitInMembershipCheck
public static Long membershipWaitThreshold
public static Long totalTaskTimeSec
public static Long clientWorkTask
public static Long reconnectMember
public static Long stopMode
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.