| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
FixedPartitionDescription |
PartitionDescription.getFixedPartitionDescription()
Returns the fixed partition description.
|
FixedPartitionDescription |
TestConfig.getFixedPartitionDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addFixedPartitionDescription(FixedPartitionDescription fpd)
Adds the specified fixed partition description to the test configuration.
|
static List<com.gemstone.gemfire.cache.FixedPartitionAttributes> |
FixedPartitionHelper.assignRoundRobin(String regionName,
FixedPartitionDescription fpd,
int redundantCopies)
Returns a list of fixed partition attributes for this JVM for the region
with the specified name, or, if that is null, for the region configured
in the given region description, or, if that is null, for the default
region,
RegionPrms.DEFAULT_REGION_NAME. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.