public class FixedPartitionDescription extends AbstractDescription implements java.io.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.
|
java.lang.Integer |
getDatastores()
Returns the datastores.
|
protected java.util.List<com.gemstone.gemfire.cache.FixedPartitionAttributes> |
getFixedPartitionAttributes(java.lang.String regionName,
int redundantCopies)
Returns the cached list of fixed partition attributes for this description.
|
java.lang.String |
getName()
Returns the logical name of this fixed partition description.
|
java.util.List<java.lang.Integer> |
getPartitionBuckets()
Returns the partition buckets.
|
java.util.List<java.lang.String> |
getPartitionNames()
Returns the partition names.
|
java.util.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 java.lang.String getName()
public java.lang.Integer getDatastores()
public java.util.List<java.lang.String> getPartitionNames()
public java.util.List<java.lang.Integer> getPartitionBuckets()
protected java.util.List<com.gemstone.gemfire.cache.FixedPartitionAttributes> getFixedPartitionAttributes(java.lang.String regionName,
int redundantCopies)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.