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