public class HctPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
allowDisconnect
(boolean) Do we allow a shutdown of the cacheServer in addition to kills?
If true, killSomething will randomly choose (per invocation).
|
static java.lang.Long |
averageSize
For the useCase1Failover.conf, this is the average size of the entries
in the region
|
static java.lang.Long |
blackboardName |
static java.lang.Long |
blackboardType |
static java.lang.Long |
databaseLoader
The cache loader used by the cache server.
|
static java.lang.Long |
dbLoadTimeMs
Wait period in DB loader
|
static java.lang.Long |
debug
Whether to print debugging output
|
static java.lang.Long |
edgeMembershipListener
(String) className of BridgeMembershipListener for edge clients
|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do, as long as the global region
size is < regionSizeThreshold.
|
static java.lang.Long |
getBatchSize
Num times to run doGet in
HierCache.doGetBatch() task |
static java.lang.Long |
getIntervalMs
Wait period between gets in doGet task
|
static java.lang.Long |
hitsPerMiss
Number of extra gets to execute on an entry after it iss loaded
in
|
static java.lang.Long |
killInterval
Milliseconds between running kill task
|
static java.lang.Long |
lowerThreshold
(int) The 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
lowerThresold.
|
static java.lang.Long |
maxKeys
workLoad based tests (bloom-vm) limit the key space
|
static java.lang.Long |
numOpsPerTask
(int) The number of operations to perform in a task.
|
static java.lang.Long |
objectType
Type of object returned by loader such as
bytearray,
string, xmlstring, or the name of a
class with a zero-argument constructor. |
static java.lang.Long |
receiveValuesAsInvalidates
(boolean(s))
Receive Values As Invalidates.
|
static java.lang.Long |
regionName
Name of region in edge and server caches
|
static java.lang.Long |
registerWithEmptyRegion
(boolean) For some concurrent tests, specifies whether the test registers
with an initial empty region or if it register with existing entries.
|
static java.lang.Long |
restartWaitSec
Wait period between kill and restart
|
static java.lang.Long |
resultPolicy
(vector of strings) The result policy of a register interest.
|
static java.lang.Long |
secondsToRun
(int) The number of seconds to run a test (currently used for concParRegHA)
to terminate the test.
|
static java.lang.Long |
serverMembershipListener
(String) className of BridgeMembershipListener for bridgeServer
|
static java.lang.Long |
sleepBeforeRegisterInterest
(int) Millis to sleep before register interest call
|
static java.lang.Long |
storeNodeData |
static java.lang.Long |
toggleKill
Do we alternate between killing two cache servers? Or do we
just kill a random one?
|
static java.lang.Long |
universalMembershipListener
(String) className of UniversalMembershipListener for bridge & client
|
static java.lang.Long |
upperThreshold
(int) The upper size of the region that will trigger the
test to choose its operations from upperThresholdOperations.
|
static java.lang.Long |
upperThresholdOperations
(Vector of Strings) A list of the operations on a region entry that this
test is allowed to do when the region exceeds
upperThresold.
|
static java.lang.Long |
useOwnKeys
(boolean) For some concurrent tests, true specifies whether the test uses
unique keys for each thread to avoid conflicts with random ops in other
threads, or false if there are no limitations on the keys a thread can use.
|
static java.lang.Long |
whatToKill
Which system component to kill
|
| Constructor and Description |
|---|
HctPrms() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.util.BridgeMembershipListener |
getMembershipListener(java.lang.Long prm)
Method to return an instance of BridgeMembershipListener as
specified by the given Prm.
|
static UniversalMembershipListener |
getUniversalMembershipListener()
Method to return an instance of UniversalMembershipListener as
specified by the given Prm.
|
static java.lang.String |
serverVmArgs(int nServers,
java.lang.String memsize,
boolean gcOptions)
Return a list of strings for VM args of cache servers
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long regionName
public static java.lang.Long whatToKill
public static java.lang.Long restartWaitSec
public static java.lang.Long killInterval
public static java.lang.Long toggleKill
public static java.lang.Long allowDisconnect
public static java.lang.Long getIntervalMs
public static java.lang.Long hitsPerMiss
public static java.lang.Long maxKeys
public static java.lang.Long getBatchSize
HierCache.doGetBatch() taskpublic static java.lang.Long databaseLoader
default, ccache, oracle.
Any other value is treated as defaultpublic static java.lang.Long dbLoadTimeMs
public static java.lang.Long objectType
bytearray,
string, xmlstring, or the name of a
class with a zero-argument constructor.public static java.lang.Long averageSize
public static java.lang.Long debug
public static java.lang.Long edgeMembershipListener
public static java.lang.Long serverMembershipListener
public static java.lang.Long universalMembershipListener
public static java.lang.Long storeNodeData
public static java.lang.Long blackboardType
public static java.lang.Long blackboardName
public static java.lang.Long receiveValuesAsInvalidates
public static java.lang.Long entryOperations
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 java.lang.Long numOpsPerTask
public static java.lang.Long sleepBeforeRegisterInterest
public static java.lang.Long secondsToRun
public static java.lang.Long resultPolicy
public static java.lang.Long registerWithEmptyRegion
public static java.lang.Long useOwnKeys
public static com.gemstone.gemfire.cache.util.BridgeMembershipListener getMembershipListener(java.lang.Long prm)
HctPrms.edgeMembershipListener,
HctPrms.serverMembershipListenerpublic static UniversalMembershipListener getUniversalMembershipListener()
HctPrms.universalMembershipListenerpublic static java.lang.String serverVmArgs(int nServers,
java.lang.String memsize,
boolean gcOptions)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.