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