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