public class WANOperationsClientPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
clientNamePrefixForHA
(String)
ClientName of member which needs to be recycle.
|
static Long |
enableFailover
(boolean)
if true then enables killing vms.
|
static Long |
keyAllocation
(String)
The method to use when allocating keys to threads for cache operations.
|
static Long |
maxKeys
(int)
The maximum number of keys used in the test, where
maxKeys
is the maximum key. |
static int |
NEXT_KEYS |
static int |
NEXT_KEYS_WRAP |
static int |
NUM_EVENT_RESOLVED |
static int |
NUM_OPERATIONS |
static Long |
numPutAllExistingKeys
(int) The number of existing keys (to be included in the the map argument to putAll.
|
static Long |
numPutAllMaxNewKeys
(String) The maximum number of new keys to be included in the the map
argument to putAll when using the "useThreshold" seting for
ParRegPrms.numPutAllNewKeys.
|
static Long |
numPutAllMinNewKeys
(String) The minimum number of new keys to be included in the the map
argument to putAll when using the "useThreshold" seting for
ParRegPrms.numPutAllNewKeys.
|
static Long |
numPutAllNewKeys
(String) The number of new keys to be included in the the map argument to putAll.
|
static int |
OWN_KEYS |
static int |
OWN_KEYS_WRAP |
static Long |
senderOperations
(Vector of Strings) A list of the operations on a Gateway sender that this
test is allowed to do.
|
static Long |
taskTerminationMethod
(String)
task termination method.
|
static Long |
taskTerminatorThreshold
(int)
Task terminator count.
|
static Long |
useUniqueKeyPerThread
(boolean) true if unique key per thread are used for doEntryOperation.
|
static Long |
waitForSilenceListenerSec
(int) seconds to wait for silence listener
.
|
static int |
WAN_KEYS_WRAP |
| Constructor and Description |
|---|
WANOperationsClientPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
enableFailover() |
static String |
getClientNamePrefixForHA() |
static int |
getKeyAllocation() |
static int |
getMaxKeys() |
static int |
getTaskTerminationMethod() |
static int |
getTaskTerminatorThreshold() |
static String |
keyAllocationToString(int keyAllocation) |
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long useUniqueKeyPerThread
public static Long numPutAllNewKeys
public static Long numPutAllMaxNewKeys
public static Long numPutAllMinNewKeys
public static Long numPutAllExistingKeys
public static Long senderOperations
public static Long waitForSilenceListenerSec
public static Long clientNamePrefixForHA
public static Long enableFailover
public static Long taskTerminationMethod
public static final int NUM_OPERATIONS
public static final int NUM_EVENT_RESOLVED
public static Long taskTerminatorThreshold
public static Long maxKeys
maxKeys
is the maximum key. Required parameter. Not intended for use
with oneof or range.public static Long keyAllocation
DEFAULT_KEY_ALLOCATION.public static final int OWN_KEYS
public static final int OWN_KEYS_WRAP
public static final int WAN_KEYS_WRAP
public static final int NEXT_KEYS
public static final int NEXT_KEYS_WRAP
public static String getClientNamePrefixForHA()
public static boolean enableFailover()
public static int getTaskTerminationMethod()
public static int getTaskTerminatorThreshold()
public static int getMaxKeys()
public static int getKeyAllocation()
public static String keyAllocationToString(int keyAllocation)
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.