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