public class DLockPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
blackboardName |
static java.lang.Long |
blackboardType |
static java.lang.Long |
cacheLeaseTime
(int) The lease time setting on the cache (seconds)
|
static java.lang.Long |
cacheLockTimeout
(int) The lock timeout setting on the cache (seconds)
|
static java.lang.Long |
crashGrantor
(boolean) If true, then the test will crash the client which is the lock Grantor
if the lock Grantor does not hold a lock.
|
static java.lang.Long |
crashGrantorPercent
(int) The percentage of time to crash the grantor
|
static java.lang.Long |
crashViaKillPercent
(int) The percentage of grantor crashes that will be a hard kill
|
static java.lang.Long |
dataSize |
static java.lang.Long |
datasizes
(int(s))
The datasizes to be used in a test run.
|
static java.lang.Long |
datatypes
(String(s))
The datatypes to be used in a test run.
|
static java.lang.Long |
fairnessDeviationMultiplier
(double) deviation multiplier to use in FairnessTest verify
|
static java.lang.Long |
getLockFirst |
static java.lang.Long |
iterations |
static java.lang.Long |
leaseTime
(int) The lease time to use when creating a lock.
|
static java.lang.Long |
numEldersToDisrupt
(int) The number of dlock elders to disrupt
|
static java.lang.Long |
numLocks |
static java.lang.Long |
numTimesToCrash
(int) The number of times to crash the client during lockHolderWork
|
static java.lang.Long |
numTimesToEnterLock
(int) The number of times for a thread to get a lock (to test reentrant locks)
|
static java.lang.Long |
numToLock |
static java.lang.Long |
scope |
static java.lang.Long |
sleep |
static java.lang.Long |
sleepMs |
static java.lang.Long |
sleepSec |
static java.lang.Long |
useEntryLock
(boolean) If true, then the test will lock an entry in the region using
region.getDistributedLock(key), otherwise it will get a lock
using the DistributedLockService
|
| Constructor and Description |
|---|
DLockPrms() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.Scope |
getScope() |
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long blackboardName
public static java.lang.Long blackboardType
public static java.lang.Long iterations
public static java.lang.Long datatypes
public static java.lang.Long datasizes
public static java.lang.Long dataSize
public static java.lang.Long numLocks
public static java.lang.Long numToLock
public static java.lang.Long getLockFirst
public static java.lang.Long scope
public static java.lang.Long sleep
public static java.lang.Long sleepMs
public static java.lang.Long sleepSec
public static java.lang.Long leaseTime
public static java.lang.Long numTimesToEnterLock
public static java.lang.Long cacheLeaseTime
public static java.lang.Long cacheLockTimeout
public static java.lang.Long numTimesToCrash
public static java.lang.Long numEldersToDisrupt
public static java.lang.Long useEntryLock
public static java.lang.Long crashGrantor
public static java.lang.Long crashGrantorPercent
public static java.lang.Long crashViaKillPercent
public static java.lang.Long fairnessDeviationMultiplier
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.