public class ResumeTxPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
highAvailability
(boolean) highAvailability
For resumeTx tests, true indicates that the servers can be recycled (and extra
allowances must be made for Exception handling (e.g.
|
static java.lang.Long |
minExecutions
(int) The minimum number of times to suspend, doTxOps and resume before committing
the transaction.
|
static java.lang.Long |
numColocatedRegions
(int) numColocatedRegions (for colocatedWith testing)
Defaults to 1.
|
static java.lang.Long |
numIntervalKeys
(int) The number of keys to divide into intervals for known-keys style tests.
|
static java.lang.Long |
numNewKeys
(int) The number of new keys to add during known-keys style tests.
|
static java.lang.Long |
regionConfigNames
(Vector) The region config names to create.
|
static java.lang.Long |
useColocatedEntries
(boolean) useColocatedEntries
For resumeable transaction tests, indicates that getRandomRegion only return entries
which are primary for this VM (not just the local data set which can include secondaries).
|
| Constructor and Description |
|---|
ResumeTxPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getHighAvailability() |
static int |
getMinExecutions() |
static int |
getNumColocatedRegions() |
static int |
getNumIntervalKeys() |
static int |
getNumNewKeys() |
static java.util.Vector |
getRegionConfigNames() |
static boolean |
getUseColocatedEntries() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long highAvailability
public static java.lang.Long useColocatedEntries
public static java.lang.Long numColocatedRegions
public static java.lang.Long minExecutions
public static java.lang.Long numIntervalKeys
public static java.lang.Long numNewKeys
public static java.lang.Long regionConfigNames
public static boolean getHighAvailability()
public static boolean getUseColocatedEntries()
public static int getNumColocatedRegions()
public static int getMinExecutions()
public static int getNumIntervalKeys()
public static int getNumNewKeys()
public static java.util.Vector getRegionConfigNames()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.