public class MapPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
closeCacheDuringGii
closeCache during GII
|
static Long |
doExecuteWithInitialResultsCQ
(boolean) temporary flag to set if executeWithInitialResults is to be performed
|
static Long |
entryOperationName
entryOperationName is for the entry operation name, for instance put, putAll, clear, remove, etc.
|
static Long |
lowerThreshold
(int) The lower size of the region that will trigger the test to choose its operations from
lowerThresholdOperations
|
static 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 Long |
maxNagetiveKeys |
static Long |
maxPositiveKeys
(int) maximum number of keys / entries to be put or created into the region.
|
static Long |
numEdges
(int) number of edge clients
|
static Long |
numVMsToStop
(int) The number of VMs to stop at a time.
|
static Long |
objectType
This parameter gives type of object used in the test.
|
static Long |
populateCache
populateCache - (boolean) parameter gives whether to populate cache before performing any operation on it.
|
static Long |
queryStrs
(String)
Space seperated query strings.
|
static Long |
regionForOps
(String)
Region name on which operations are to be performed
|
static Long |
regionName
regionName parameter gives region name.
|
static Long |
regionNames
(String)
Space seperated names of regions to be created in a single VM
|
static Long |
regionOperationName
regionOperationName is for the region operation name, for instance clear, invalidateRegion, destroyRegion, etc.
|
static Long |
registerAndExecuteCQs
Register and execute CQs
|
static Long |
timeForDestroyOperation
timeForDestroyOperation (in milliseconds) parameter gives the time for which thread would perform destroy operation on a region.
|
static Long |
timeForInvalidateOperation
timeForInvalidateOperation (in milliseconds) parameter gives the time for which thread would perform invalidate operation on a region.
|
static Long |
timeForPopulateCache
timeForDestroyOperation (in milliseconds) parameter gives the time for which cache should be intially populated.
|
static 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 Long |
timeForPutOperation
timeForPutOperation (in milliseconds) parameter gives the time for which thread would perform put operation on a region.
|
static Long |
timeForRemoveOperation
timeForRemoveOperation (in milliseconds) parameter gives the time for which thread would perform remove operation on a region.
|
static Long |
timeToWaitForEvents
(long) time in millis to wait for CQ Listener events before validations.
|
static Long |
upperThreshold
(int) The upper size of the region that will trigger the test
chooose its operations from the upperThresholdOperations.
|
static 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 String |
getObjectType() |
static String[] |
getQueryStrs() |
static String[] |
getRegionNames() |
static boolean |
getRegisterAndExecuteCQs() |
static long |
getTimeToWaitForEvents() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long entryOperationName
public static Long regionOperationName
public static Long closeCacheDuringGii
public static Long regionName
public static Long timeForPutOperation
public static Long timeForPutAllOperation
public static Long timeForRemoveOperation
public static Long timeForInvalidateOperation
public static Long timeForDestroyOperation
public static Long populateCache
public static Long timeForPopulateCache
public static Long regionNames
public static Long regionForOps
public static Long numVMsToStop
public static Long objectType
public static Long queryStrs
public static Long registerAndExecuteCQs
public static Long numEdges
public static Long doExecuteWithInitialResultsCQ
public static Long timeToWaitForEvents
public static Long maxPositiveKeys
public static Long maxNagetiveKeys
public static Long lowerThreshold
public static Long lowerThresholdOperations
public static Long upperThreshold
public static Long upperThresholdOperations
public static boolean getCloseCacheDuringGii()
public static String[] getRegionNames()
public static String getObjectType()
public static 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.