public class FixedPartitionDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
FixedPartitionDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates fixed partition descriptions from the fixed partition parameters
in the test configuration.
|
Integer |
getDatastores()
Returns the datastores.
|
protected List<com.gemstone.gemfire.cache.FixedPartitionAttributes> |
getFixedPartitionAttributes(String regionName,
int redundantCopies)
Returns the cached list of fixed partition attributes for this description.
|
String |
getName()
Returns the logical name of this fixed partition description.
|
List<Integer> |
getPartitionBuckets()
Returns the partition buckets.
|
List<String> |
getPartitionNames()
Returns the partition names.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
public Integer getDatastores()
protected List<com.gemstone.gemfire.cache.FixedPartitionAttributes> getFixedPartitionAttributes(String regionName, int redundantCopies)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.