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