public class RegionDefPrms extends BasePrms
$JTESTS/util/regionDef.inc.| Modifier and Type | Field and Description |
|---|---|
static Long |
regionDefUsage
(String) Indicates how to use the region specs defined in this
test.
|
static Long |
regionSpecs
(String) Used for specifying valid combinations of region
attributes.
|
static Long |
reliabilitySpecName
(String) Used for choosing a valid combinations of reliability
attributes that is specific for this test.
|
static Long |
VMRegionSpecName
(String) Used for choosing a valid combinations of region
attributes that is specific for this test.
|
| Constructor and Description |
|---|
RegionDefPrms() |
public static Long regionSpecs
public static Long VMRegionSpecName
public static Long reliabilitySpecName
public static Long regionDefUsage
RegionDefinition.createRegionDefinition()
will consider this setting. Can be one of:
useAnyRegionSpec - a potentially and randomly
different region definition will be returned each time a region
definition is fetched.
useOneRegionSpec - the same region definition will
be returned each time a region definition is fetched.
useFixedSequence - each fetch of a region
definition will return a randomly different region definition,
but each VM will fetch the same sequence of random region
definitions. In other words, a random sequence of region definitions
is returned, but it is the identical sequence for each VM.
Do NOT use oneof on this parameter.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.