public class ParRegPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
accessorOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do for an accessor vm, as long as
the global region size is < regionSizeThreshold.
|
static java.lang.Long |
bridgeOrderingWorkaround
(String) This is how a concParRegBridge opts to workaround bridge
ordering problems (bug 35662).
|
static java.lang.Long |
createAccessor
(boolean) If true create PR accessor.
|
static java.lang.Long |
dataStoreOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do for a data store vm, as long as
the global region size is < regionSizeThreshold.
|
static java.lang.Long |
designateOps
(boolean) If true then the test will designate ops by the vm type,
for example a dataStore and accessor vm will use different
sets of ops.
|
static java.lang.Long |
destroyExistingLocal
(boolean) argument to PartitionManager.createPrimaryBucket(...).
|
static java.lang.Long |
destroyExistingRemote
(boolean) argument to PartitionManager.createPrimaryBucket(...).
|
static java.lang.Long |
doIncrementalBackup
(boolean) If true the test should run incremental backup.
|
static java.lang.Long |
doOnlineBackup
(boolean) If true the test should run online backup.
|
static java.lang.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 java.lang.Long |
highAvailability
(boolean) True if the test is doing high availability, false otherwise.
|
static java.lang.Long |
index
(String) An index string.
|
static java.lang.Long |
isEvictionTest
(boolean)Test configuration to check whether this is an PR eviction test
|
static java.lang.Long |
isWithRoutingResolver
(Boolean)The following boolean is to check whether the test is with
partition resolver.
|
static java.lang.Long |
limitPutAllToOne
(boolean) Limits the size of a putAll to 1 (either a new or existing key).
|
static java.lang.Long |
localMaxMemory
(int) The local max memory to use when reinitializing a stopped VM.
|
static java.lang.Long |
lockOperations
(boolean) True if the test should use locking on PR operations
to workaround data inconsistency problems (being addressed for
5.1 release), false otherwise.
|
static java.lang.Long |
lowerThreshold
(int) The size of the partitioned region that will trigger the
test to choose its operations from lowerThresholdOperations.
|
static java.lang.Long |
lowerThresholdAccessorOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do in an accessor vm when the region
size falls below lowerThresold.
|
static java.lang.Long |
lowerThresholdDataStoreOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do in a datastore vm when the region
size falls below lowerThresold.
|
static java.lang.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 java.lang.Long |
numberOfAccessors
(int)Test configuration to find out the number of accessors required
|
static java.lang.Long |
numberOfDataStore
(int)This is for the test to use the variable number of data stores for the
PR.
|
static java.lang.Long |
numEmptyClients
(int) The number of bridge clients that should be empty.
|
static java.lang.Long |
numOpsPerTask
(int) The global size of the partitioned region that will trigger the
test to choose its operations from thresholdOperations.
|
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 java.lang.Long |
numThinClients
(int) The number of bridge clients that should be thin (meaning
they are configured with eviction to keep a small set of entries).
|
static java.lang.Long |
numVMsToStop
(int) The number of VMs to stop at a time during an HA test.
|
static java.lang.Long |
opPercentage
(int) The number of ops to do for each operation based on the
percentage of the region size.
|
static java.lang.Long |
partitionResolverData
(String)This is for the Function routing test for the PR tests.
|
static java.lang.Long |
query
(String) A query string.
|
static java.lang.Long |
recoverFromDisk
(boolean) If true, recover from existing disk file, false otherwise.
|
static java.lang.Long |
resourceObserver
(String) Class name of the InternalResourceManager.ResourceObserver
to install on the cache.
|
static java.lang.Long |
secondsToRun
(int) The number of seconds to run a test (currently used for concParRegHA)
to terminate the test.
|
static java.lang.Long |
stopModes
(String) The possible stop modes for stopping a VM.
|
static java.lang.Long |
stopVMsExcludeMatchStr
(String) A String to use to not choose vms to stop.
|
static java.lang.Long |
stopVMsMatchStr
(String) A String to use to choose vms to stop.
|
static java.lang.Long |
testMapOpsEquality
(boolean) True if an instance of BaseValueHolder should test whether equals
is being called for concurrent map operations.
|
static java.lang.Long |
upperThreshold
(int) The upper size of the partitioned region that will trigger the
test to choose its operations from upperThresholdOperations.
|
static java.lang.Long |
upperThresholdAccessorOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do in an accessor vm when the region exceeds
upperThresold.
|
static java.lang.Long |
upperThresholdDataStoreOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do in a datastore vm when the region exceeds
upperThresold.
|
static java.lang.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 java.lang.Long |
useShutDownAllMembers
(boolean) If true, test uses shutDownAllMembers
|
| Constructor and Description |
|---|
ParRegPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getCreateAccessor() |
static boolean |
getDestroyExistingLocal() |
static boolean |
getDestroyExistingRemote() |
static boolean |
getDoIncrementalBackup() |
static boolean |
getDoOnlineBackup() |
static java.lang.String |
getIndex() |
static boolean |
getLimitPutAllToOne() |
static int |
getNumberOfAccessors() |
static int |
getNumEmptyClients() |
static int |
getNumThinClients() |
static int |
getOpPercentage() |
static java.lang.String |
getQuery() |
static boolean |
getRecoverFromDisk() |
static com.gemstone.gemfire.internal.cache.control.InternalResourceManager.ResourceObserver |
getResourceObserver() |
static java.lang.Boolean |
getTestMapOpsEquality() |
static boolean |
getUseShutDownAllMembers() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long designateOps
public static java.lang.Long entryOperations
public static java.lang.Long dataStoreOperations
public static java.lang.Long accessorOperations
public static java.lang.Long lowerThreshold
public static java.lang.Long lowerThresholdOperations
public static java.lang.Long lowerThresholdDataStoreOperations
public static java.lang.Long lowerThresholdAccessorOperations
public static java.lang.Long upperThreshold
public static java.lang.Long upperThresholdOperations
public static java.lang.Long upperThresholdDataStoreOperations
public static java.lang.Long upperThresholdAccessorOperations
public static java.lang.Long numOpsPerTask
public static java.lang.Long highAvailability
public static java.lang.Long secondsToRun
public static java.lang.Long numVMsToStop
public static java.lang.Long localMaxMemory
public static java.lang.Long stopModes
public static java.lang.Long stopVMsMatchStr
public static java.lang.Long stopVMsExcludeMatchStr
public static java.lang.Long lockOperations
public static java.lang.Long bridgeOrderingWorkaround
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 limitPutAllToOne
public static java.lang.Long partitionResolverData
public static java.lang.Long isWithRoutingResolver
public static java.lang.Long numberOfDataStore
public static java.lang.Long numberOfAccessors
public static java.lang.Long isEvictionTest
public static java.lang.Long resourceObserver
public static java.lang.Long recoverFromDisk
public static java.lang.Long useShutDownAllMembers
public static java.lang.Long opPercentage
public static java.lang.Long numEmptyClients
public static java.lang.Long numThinClients
public static java.lang.Long doOnlineBackup
public static java.lang.Long doIncrementalBackup
public static java.lang.Long createAccessor
public static java.lang.Long destroyExistingRemote
public static java.lang.Long destroyExistingLocal
public static java.lang.Long query
public static java.lang.Long index
public static java.lang.Long testMapOpsEquality
public static boolean getLimitPutAllToOne()
public static int getNumberOfAccessors()
public static com.gemstone.gemfire.internal.cache.control.InternalResourceManager.ResourceObserver getResourceObserver()
public static boolean getRecoverFromDisk()
public static boolean getUseShutDownAllMembers()
public static int getOpPercentage()
public static int getNumEmptyClients()
public static int getNumThinClients()
public static boolean getDoOnlineBackup()
public static boolean getDoIncrementalBackup()
public static boolean getCreateAccessor()
public static boolean getDestroyExistingRemote()
public static boolean getDestroyExistingLocal()
public static java.lang.String getQuery()
public static java.lang.String getIndex()
public static java.lang.Boolean getTestMapOpsEquality()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.