public class RecoveryPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
chunkSize
(int) For compaction test, number of keys to destroy and add at a time.
|
static Long |
clientOperations
(String) Operations used for regions in edge clients
the region size is > lowerThresholdClient and < upperThresholdClient.
|
static Long |
concurrentRegionCreation
(boolean) If true, create regions concurrently, false otherwise.
|
static Long |
convertWithNewVersionXml
(boolean) If true, use a 6.5 xml file to convert pre-6.5 disk files to
6.5 (this explicitly names the DiskStores).
|
static Long |
createRegionsWithXml
(boolean) If true, create regions using xml file, if false create
regions programmatically.
|
static Long |
destroyMethod
(String) String to indicate the method to use for destroying entries.
|
static Long |
gatewayConfigName
(String) Get the name of a gateway hub config.
|
static Long |
hubConfigName
(String) Get the name of a gateway hub config.
|
static Long |
killDuringShutDownAll
(boolean) If true use AdminDistributedSystem.shutDownAllMembers to stop vms.
|
static Long |
lowerThreshold
(int) The lower threshold that will trigger use of lowerThresholdOperations.
|
static Long |
lowerThresholdClient
(int) The lower threshold that will trigger use of lowerThresholdClientOperations.
|
static Long |
lowerThresholdClientOperations
(String) Operations used for regions in servers or data hosts when
the region size is >= upperThreshold.
|
static Long |
lowerThresholdOperations
(String) Operations used for regions in servers or data hosts when
the region size is >= upperThreshold.
|
static Long |
maxNumEntriesPerRegion
(boolean) The number of entries per region.
|
static Long |
maxPRs
(int) The number of PRs to use in the test.
|
static Long |
maxReplicates
(int) The number of replicate regions to use in the test.
|
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 |
numRootRegions
(int) The number of root regions to create.
|
static Long |
numSubregions
(int) The number of subregions each region should have.
|
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 |
persistenceObserver
(class name) Specifies the class name of a PersistenceObserver
|
static Long |
regionConfigNames
(Strings) A list of hydra region config names to use.
|
static Long |
regionHierarchyDepth
(int) The depth of the region hierarchy.
|
static Long |
registerInterest
(boolean) true if the test should registerInteger in clients, false otherwise.
|
static Long |
registerSerializer
(boolean) If true, then register the class VHDataSerializer, otherwise
do not register this class.
|
static Long |
scriptLocation
(String) Directory containing a disk file converter script.
|
static Long |
secondsToRun
(int) The number of seconds to run a concurrent test.
|
static Long |
setIgnorePreallocate |
static Long |
sleepSecBeforeShutDownAll
(int) The number of seconds to sleep before proceeding with a shutDownAll.
|
static Long |
startBridgeServer
(boolean) true if the test start a bridge server, false otherwise.
|
static Long |
testStrategy
(String) String to indicate the strategy used for tests that verify the latest
disk files are used for recovery.
|
static Long |
upperThreshold
(int) The upper threshold that will trigger use of upperThresholdOperations
in servers or data host vms.
|
static Long |
upperThresholdClient
(int) The upper threshold that will trigger use of upperThresholdClientOperations
in edge clients.
|
static Long |
upperThresholdClientOperations
(String) Operations used for regions in edge clients
the region size is >= upperThresholdClient.
|
static Long |
upperThresholdOperations
(String) Operations used for regions in servers or data hosts when
the region size is >= upperThreshold.
|
static Long |
useColocatedPRs
(boolean) If true use colocated partitioned regions.
|
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.
|
static Long |
vmMarker
(String) String to indicate how to mark the vm in the blackboard
|
| Constructor and Description |
|---|
RecoveryPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numRootRegions
public static Long numSubregions
public static Long regionHierarchyDepth
public static Long regionConfigNames
public static Long concurrentRegionCreation
public static Long registerInterest
public static Long startBridgeServer
public static Long maxNumEntriesPerRegion
public static Long chunkSize
public static Long testStrategy
public static Long vmMarker
public static Long operations
public static Long upperThresholdOperations
public static Long lowerThresholdOperations
public static Long clientOperations
public static Long upperThresholdClientOperations
public static Long lowerThresholdClientOperations
public static Long upperThreshold
public static Long lowerThreshold
public static Long upperThresholdClient
public static Long lowerThresholdClient
public static Long numPutAllNewKeys
public static Long numPutAllExistingKeys
public static Long secondsToRun
public static Long useUniqueKeys
public static Long persistenceObserver
public static Long useShutDownAll
public static Long convertWithNewVersionXml
public static Long killDuringShutDownAll
public static Long createRegionsWithXml
public static Long scriptLocation
public static Long hubConfigName
public static Long gatewayConfigName
public static Long valueClassName
public static Long registerSerializer
public static Long numToLoad
public static Long sleepSecBeforeShutDownAll
public static Long useColocatedPRs
public static Long maxPRs
public static Long maxReplicates
public static Long destroyMethod
public static Long setIgnorePreallocate
public static int getNumRootRegions()
public static int getNumSubregions()
public static int getRegionHierarchyDepth()
public static Vector getRegionConfigNames()
public static boolean getConcurrentRegionCreation()
public static boolean getRegisterInterest()
public static boolean getStartBridgeServer()
public static int getMaxNumEntriesPerRegion()
public static int getChunkSize()
public static String getTestStrategy()
public static String getVmMarker()
public static String getOperations()
public static String getUpperThresholdOperations()
public static String getLowerThresholdOperations()
public static String getClientOperations()
public static String getUpperThresholdClientOperations()
public static String getLowerThresholdClientOperations()
public static int getUpperThreshold()
public static int getLowerThreshold()
public static int getUpperThresholdClient()
public static int getLowerThresholdClient()
public static int getNumPutAllNewKeys()
public static int getNumPutAllExistingKeys()
public static int getSecondsToRun()
public static boolean getUseUniqueKeys()
public static com.gemstone.gemfire.internal.cache.persistence.PersistenceObserverHolder.PersistenceObserver getPersistenceObserver()
public static boolean getUseShutDownAll()
public static boolean getConvertWithNewVersionXml()
public static boolean getKillDuringShutDownAll()
public static boolean getCreateRegionsWithXml()
public static String getScriptLocation()
public static String getHubConfigName()
public static String getGatewayConfigName()
public static String getValueClassName()
public static boolean getRegisterSerializer()
public static int getNumToLoad()
public static int getSleepSecBeforeShutDownAll()
public static boolean getUseColocatedPRs()
public static int getMaxPRs()
public static int getMaxReplicates()
public static String getDestroyMethod()
public static boolean setIgnorePreallocate()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.