public class DynamicRegionPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
clientInterest
(String) how clients are to register interest
Can be one of: singleKey, rangeOfKeys or allKeys
|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this test is allowed to do.
|
static java.lang.Long |
maxEntries
(int) The number of region entries
|
static java.lang.Long |
maxKeys
(int)
Number of entries to create (per region) initially
|
static java.lang.Long |
numOps
(int) The number of operations to do when DynamicRegionUtil.doOperations() is called.
|
static java.lang.Long |
numRootRegions
(int)
number of root regions to generate
|
static java.lang.Long |
numSubRegions
(int)
number of subregions to generate for each region
|
static java.lang.Long |
operations
(Vector of Strings) A list of the operations on a region OR region entries
that this test is allowed to do.
|
static java.lang.Long |
regionDepth
(int)
depth of each region tree
|
| Constructor and Description |
|---|
DynamicRegionPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long maxEntries
public static java.lang.Long numRootRegions
public static java.lang.Long numSubRegions
public static java.lang.Long regionDepth
public static java.lang.Long entryOperations
public static java.lang.Long clientInterest
public static java.lang.Long operations
public static java.lang.Long numOps
public static java.lang.Long maxKeys
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.