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