public class SnapshotPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
executeConcurrentOps
(boolean) whether or not to execute concurrentOps with snapshot save/load
|
static java.lang.Long |
executeConcurrentRebalance
(boolean) whether or not to execute concurrentOps with snapshot save/load
|
static java.lang.Long |
exportStrategy |
static java.lang.Long |
lowerThreshold
(int) The lower threshold that will trigger use of lowerThresholdOperations.
|
static java.lang.Long |
lowerThresholdOperations
(String) Operations used for regions in servers or data hosts when
the region size is >= upperThreshold.
|
static java.lang.Long |
numColocatedRegions
(int) numColocatedRegions (for colocatedWith testing)
Defaults to 1.
|
static java.lang.Long |
numFilterObjects
(int) The number of FilterObjects to create per region.
|
static java.lang.Long |
numPutAllExistingKeys
(int) The number of new keys to be included in the the map argument to putAll.
|
static java.lang.Long |
numPutAllNewKeys
(int) The number of new keys to be included in the the map argument to putAll.
|
static java.lang.Long |
numToLoad
(int) The number of entries to load for each thread running the task.
|
static java.lang.Long |
operations
(String) Operations used for regions in servers or data hosts when
the region size is > lowerThreshold and < upperThreshold.
|
static java.lang.Long |
registerSerializer
(boolean) If true, then register the class VHDataSerializer, otherwise
do not register this class.
|
static java.lang.Long |
restrictSnapshotOperationsTo |
static java.lang.Long |
secondsToRun
(int) The number of seconds to run a concurrent test.
|
static java.lang.Long |
sleepSecBeforeShutDownAll
(int) The number of seconds to sleep before proceeding with a shutDownAll.
|
static java.lang.Long |
upperThreshold
(int) The upper threshold that will trigger use of upperThresholdOperations
in servers or data host vms.
|
static java.lang.Long |
upperThresholdOperations
(String) Operations used for regions in servers or data hosts when
the region size is >= upperThreshold.
|
static java.lang.Long |
useFilterOnExport
(boolean) whether or not to use a SnapshotFilter on export.
|
static java.lang.Long |
useFilterOnImport
(boolean) whether or not to use a SnapshotFilter on import.
|
static java.lang.Long |
useShutDownAll
(boolean) If true use AdminDistributedSystem.shutDownAllMembers to stop vms.
|
static java.lang.Long |
useUniqueKeys
(boolean) If true, then each thread will only write a unique set of keys.
|
static java.lang.Long |
valueClassName
(String) Class name of value to put into the region.
|
| Constructor and Description |
|---|
SnapshotPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
executeConcurrentOps() |
static boolean |
executeConcurrentRebalance() |
static java.lang.String |
getExportStrategy() |
static int |
getLowerThreshold() |
static java.lang.String |
getLowerThresholdOperations() |
static int |
getNumColocatedRegions() |
static int |
getNumPutAllExistingKeys() |
static int |
getNumPutAllNewKeys() |
static int |
getNumToLoad() |
static java.lang.String |
getOperations() |
static boolean |
getRegisterSerializer() |
static java.lang.String |
getRestrictSnapshotOperationsTo() |
static int |
getSecondsToRun() |
static int |
getSleepSecBeforeShutDownAll() |
static int |
getUpperThreshold() |
static java.lang.String |
getUpperThresholdOperations() |
static boolean |
getUseShutDownAll() |
static boolean |
getUseUniqueKeys() |
static java.lang.String |
getValueClassName() |
static int |
numFilterObjects() |
static boolean |
useFilterOnExport() |
static boolean |
useFilterOnImport() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long exportStrategy
public static java.lang.Long restrictSnapshotOperationsTo
public static java.lang.Long useFilterOnExport
public static java.lang.Long useFilterOnImport
public static java.lang.Long numFilterObjects
public static java.lang.Long numColocatedRegions
public static java.lang.Long executeConcurrentOps
public static java.lang.Long executeConcurrentRebalance
public static java.lang.Long operations
public static java.lang.Long upperThresholdOperations
public static java.lang.Long lowerThresholdOperations
public static java.lang.Long upperThreshold
public static java.lang.Long lowerThreshold
public static java.lang.Long numPutAllNewKeys
public static java.lang.Long numPutAllExistingKeys
public static java.lang.Long secondsToRun
public static java.lang.Long useUniqueKeys
public static java.lang.Long useShutDownAll
public static java.lang.Long valueClassName
public static java.lang.Long registerSerializer
public static java.lang.Long numToLoad
public static java.lang.Long sleepSecBeforeShutDownAll
public static java.lang.String getExportStrategy()
public static java.lang.String getRestrictSnapshotOperationsTo()
public static boolean useFilterOnExport()
public static boolean useFilterOnImport()
public static int numFilterObjects()
public static int getNumColocatedRegions()
public static boolean executeConcurrentOps()
public static boolean executeConcurrentRebalance()
public static java.lang.String getOperations()
public static java.lang.String getUpperThresholdOperations()
public static java.lang.String getLowerThresholdOperations()
public static int getUpperThreshold()
public static int getLowerThreshold()
public static int getNumPutAllNewKeys()
public static int getNumPutAllExistingKeys()
public static int getSecondsToRun()
public static boolean getUseUniqueKeys()
public static boolean getUseShutDownAll()
public static java.lang.String getValueClassName()
public static boolean getRegisterSerializer()
public static int getNumToLoad()
public static int getSleepSecBeforeShutDownAll()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.