public class MapPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
closeCacheDuringGii
closeCache during GII
|
static java.lang.Long |
doExecuteWithInitialResultsCQ
(boolean) temporary flag to set if executeWithInitialResults is to be performed
|
static java.lang.Long |
entryOperationName
entryOperationName is for the entry operation name, for instance put, putAll, clear, remove, etc.
|
static java.lang.Long |
lowerThreshold
(int) The lower size of the region that will trigger the test to choose its operations from
lowerThresholdOperations
|
static java.lang.Long |
lowerThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region size falls below lowerThreshold.
|
static java.lang.Long |
maxNagetiveKeys |
static java.lang.Long |
maxPositiveKeys
(int) maximum number of keys / entries to be put or created into the region.
|
static java.lang.Long |
numEdges
(int) number of edge clients
|
static java.lang.Long |
numVMsToStop
(int) The number of VMs to stop at a time.
|
static java.lang.Long |
objectType
This parameter gives type of object used in the test.
|
static java.lang.Long |
populateCache
populateCache - (boolean) parameter gives whether to populate cache before performing any operation on it.
|
static java.lang.Long |
queryStrs
(String)
Space seperated query strings.
|
static java.lang.Long |
regionForOps
(String)
Region name on which operations are to be performed
|
static java.lang.Long |
regionName
regionName parameter gives region name.
|
static java.lang.Long |
regionNames
(String)
Space seperated names of regions to be created in a single VM
|
static java.lang.Long |
regionOperationName
regionOperationName is for the region operation name, for instance clear, invalidateRegion, destroyRegion, etc.
|
static java.lang.Long |
registerAndExecuteCQs
Register and execute CQs
|
static java.lang.Long |
timeForDestroyOperation
timeForDestroyOperation (in milliseconds) parameter gives the time for which thread would perform destroy operation on a region.
|
static java.lang.Long |
timeForInvalidateOperation
timeForInvalidateOperation (in milliseconds) parameter gives the time for which thread would perform invalidate operation on a region.
|
static java.lang.Long |
timeForPopulateCache
timeForDestroyOperation (in milliseconds) parameter gives the time for which cache should be intially populated.
|
static java.lang.Long |
timeForPutAllOperation
timeForPutAllOperation (in milliseconds) parameter gives the time for which thread would insert values inside a map and
that map would be passed as a parameter to putAll operation on a region.
|
static java.lang.Long |
timeForPutOperation
timeForPutOperation (in milliseconds) parameter gives the time for which thread would perform put operation on a region.
|
static java.lang.Long |
timeForRemoveOperation
timeForRemoveOperation (in milliseconds) parameter gives the time for which thread would perform remove operation on a region.
|
static java.lang.Long |
timeToWaitForEvents
(long) time in millis to wait for CQ Listener events before validations.
|
static java.lang.Long |
upperThreshold
(int) The upper size of the region that will trigger the test
chooose its operations from the upperThresholdOperations.
|
static java.lang.Long |
upperThresholdOperations
(Vector of Strings) A list of operations on a region that this
test is allowed to do when the region size exceeds the upperThreshold.
|
| Constructor and Description |
|---|
MapPrms()
Creates a new instance of MapPrms
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getCloseCacheDuringGii() |
static boolean |
getDoExecuteWithInitialResultsCQ() |
static int |
getMaxNagetiveKeys() |
static int |
getMaxPositiveKeys() |
static int |
getNumEdges() |
static java.lang.String |
getObjectType() |
static java.lang.String[] |
getQueryStrs() |
static java.lang.String[] |
getRegionNames() |
static boolean |
getRegisterAndExecuteCQs() |
static long |
getTimeToWaitForEvents() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long entryOperationName
public static java.lang.Long regionOperationName
public static java.lang.Long closeCacheDuringGii
public static java.lang.Long regionName
public static java.lang.Long timeForPutOperation
public static java.lang.Long timeForPutAllOperation
public static java.lang.Long timeForRemoveOperation
public static java.lang.Long timeForInvalidateOperation
public static java.lang.Long timeForDestroyOperation
public static java.lang.Long populateCache
public static java.lang.Long timeForPopulateCache
public static java.lang.Long regionNames
public static java.lang.Long regionForOps
public static java.lang.Long numVMsToStop
public static java.lang.Long objectType
public static java.lang.Long queryStrs
public static java.lang.Long registerAndExecuteCQs
public static java.lang.Long numEdges
public static java.lang.Long doExecuteWithInitialResultsCQ
public static java.lang.Long timeToWaitForEvents
public static java.lang.Long maxPositiveKeys
public static java.lang.Long maxNagetiveKeys
public static java.lang.Long lowerThreshold
public static java.lang.Long lowerThresholdOperations
public static java.lang.Long upperThreshold
public static java.lang.Long upperThresholdOperations
public static boolean getCloseCacheDuringGii()
public static java.lang.String[] getRegionNames()
public static java.lang.String getObjectType()
public static java.lang.String[] getQueryStrs()
public static boolean getRegisterAndExecuteCQs()
public static int getNumEdges()
public static boolean getDoExecuteWithInitialResultsCQ()
public static long getTimeToWaitForEvents()
public static int getMaxPositiveKeys()
public static int getMaxNagetiveKeys()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.