public class SplitBrainPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
commitPercentage
(int) In transaction tests, the percentage of transactions to perform commit
(vs.
|
static Long |
coordinatorOnLosingSide
(boolean) whether or not the coordinator is on the losingSide of the
networkPartition (for NetworkPartition tests only).
|
static Long |
dropType
(String) Indicates the dropType (ONEWAY or TWOWAY) for network
drop/restore commands.
|
static Long |
dropWaitTimeSec
(int) dropConnections will sleep for dropWaitTimeSec after dropping
the network connections.
|
static Long |
enableNetworkHelper
(boolean) Whether or not to execute the NetworkHelper (drop/restore)
commands.
|
static Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do, as long as the global region
size is < regionSizeThreshold.
|
static Long |
expectEmptyRegion
(boolean) Indicates getFromOne (replicate) getInitialImage.
|
static Long |
expectNoDatastoreExceptionOnAccessor
(Boolean) Expect no datastore found exception on accessor nodes.
|
static Long |
giiDataPolicy
(String) DataPolicy for giiClients in gii NetworkPartition tests.
|
static Long |
hostDescription1
(String) Indicates the HostPrms-name for the first remoteHost (remote
from Master).
|
static Long |
hostDescription2
(String) Indicates the HostPrms-name for the second remoteHost (remote
from Master).
|
static Long |
hostPairsForConnectionDropRestore
(Vector) Indicates the HostPrms-names for all the remoteHosts (remote
from Master).
|
static Long |
isGiiClient
(boolean) Indicates giiClients (for gii NetworkPartitionTests)
Needed to determine if validation of regionSize required.
|
static Long |
lockOperations
(boolean) True if the test should use locking.
|
static Long |
losingPartition
(String) Indicates the host (host1 or host2) NOT expected to survive a
NetworkPartition.
|
static Long |
lowerThreshold
(int) The size of the partitioned region that will trigger the
test to choose its operations from lowerThresholdOperations.
|
static Long |
lowerThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region size falls below
lowerThresold.
|
static Long |
maxKeys
(int) maximum number of keys to create while loading region
See NetworkPartitionTest.loadRegion()
|
static Long |
numOpsPerTask
(int) The global size of the partitioned region that will trigger the
test to choose its operations from thresholdOperations.
|
static Long |
playDead
(String) Whether to combine a dead vm with unhealthinessSelection.
|
static Long |
secondsToRun
(int) The number of seconds to run before terminating the test.
|
static Long |
unhealthiness
(String) How to cause an unhealthy vm.
|
static Long |
upperThreshold
(int) The upper size of the partitioned region that will trigger the
test to choose its operations from upperThresholdOperations.
|
static Long |
upperThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region exceeds
upperThresold.
|
static Long |
useTransactions
(boolean) True if the test execute operations within a single transaction
Defaults to false
|
| Constructor and Description |
|---|
SplitBrainPrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCommitPercentage() |
static int |
getDropType() |
static int |
getDropWaitTimeSec() |
static com.gemstone.gemfire.cache.DataPolicy |
getGiiDataPolicy() |
static boolean |
useTransactions() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long lockOperations
public static Long entryOperations
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static Long numOpsPerTask
public static Long losingPartition
public static Long hostDescription1
public static Long hostDescription2
public static Long hostPairsForConnectionDropRestore
public static Long expectNoDatastoreExceptionOnAccessor
public static Long enableNetworkHelper
public static Long dropType
public static Long dropWaitTimeSec
public static Long useTransactions
public static Long commitPercentage
public static Long secondsToRun
public static Long maxKeys
public static Long coordinatorOnLosingSide
public static Long isGiiClient
public static Long expectEmptyRegion
public static Long giiDataPolicy
public static Long unhealthiness
public static Long playDead
public static int getDropType()
public static int getDropWaitTimeSec()
public static boolean useTransactions()
public static int getCommitPercentage()
public static com.gemstone.gemfire.cache.DataPolicy getGiiDataPolicy()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.