public class ResumeTxPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static 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 Long |
minExecutions
(int) The minimum number of times to suspend, doTxOps and resume before committing
the transaction.
|
static Long |
numColocatedRegions
(int) numColocatedRegions (for colocatedWith testing)
Defaults to 1.
|
static Long |
numIntervalKeys
(int) The number of keys to divide into intervals for known-keys style tests.
|
static Long |
numNewKeys
(int) The number of new keys to add during known-keys style tests.
|
static Long |
regionConfigNames
(Vector) The region config names to create.
|
static 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 Vector |
getRegionConfigNames() |
static boolean |
getUseColocatedEntries() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long highAvailability
public static Long useColocatedEntries
public static Long numColocatedRegions
public static Long minExecutions
public static Long numIntervalKeys
public static Long numNewKeys
public static 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 Vector getRegionConfigNames()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.