public class DeltaGIIPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
clientOperations
(String) Operations used for regions in edge clients
the region size is > lowerThresholdClient and < upperThresholdClient.
|
static Long |
doTombstoneGC
(boolean) If true, then the provider will sleep for 30 seconds to allow for a tombstone-gc.
|
static Long |
expectDeltaGII
(boolean) If true, expect restarted vms to do a delta gii
|
static Long |
giiState
support for concurrentHA tests (test hook to kill provider or requester during GII
(String) to allow us to determine at what point during gii we want to invoke our gii test hook
|
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 |
numEntriesToLoad
(int) The number of entries in the test region
|
static Long |
numExecutions
(int) The number of rounds of execution (startup, doOps, stop, [provider does ops], restart and validate)
|
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 |
operations
(String) Operations used for regions in servers or data hosts when
the region size is > lowerThreshold and < upperThreshold.
|
static Long |
providerDoesOps
(boolean) If true, then the provider VMs will execute entry operations
while the (future image requester vms) are offline.
|
static Long |
providerOperations
(String) entry operations to be executed by the provider vm while the
(future) image requesters are offline.
|
static Long |
registerSerializer
(boolean) If true, then register the class VHDataSerializer, otherwise
do not register this class.
|
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 |
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 |
|---|
DeltaGIIPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numEntriesToLoad
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 numExecutions
public static Long providerDoesOps
public static Long doTombstoneGC
public static Long providerOperations
public static Long useUniqueKeys
public static Long valueClassName
public static Long registerSerializer
public static Long expectDeltaGII
public static Long giiState
public static int numEntriesToLoad()
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 numExecutions()
public static boolean providerDoesOps()
public static boolean doTombstoneGC()
public static String getProviderOperations()
public static boolean getUseUniqueKeys()
public static String getValueClassName()
public static boolean getRegisterSerializer()
public static boolean expectDeltaGII()
public static com.gemstone.gemfire.internal.cache.InitialImageOperation.GIITestHookType getGIITestHookType(String giiStatePrm)
public static String toStringForGIITestHookType(com.gemstone.gemfire.internal.cache.InitialImageOperation.GIITestHookType giiTestHookType)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.