public class DiskStoreDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
DiskStoreDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.gemstone.gemfire.cache.DiskStoreFactory f)
Configures the disk store factory using this disk store description.
|
protected static void |
configure(TestConfig config)
Creates disk store descriptions from the disk store parameters in the
test configuration.
|
protected static String |
diskStoreFactoryToString(String diskStoreName,
com.gemstone.gemfire.cache.DiskStoreFactory f)
Returns the named disk store factory as a string.
|
protected static String |
diskStoreToString(com.gemstone.gemfire.cache.DiskStore d)
Returns the disk store as a string.
|
protected static boolean |
equals(com.gemstone.gemfire.cache.DiskStoreFactory f,
com.gemstone.gemfire.cache.DiskStore d)
Returns whether the factory attributes are the same as the disk store.
|
File[] |
getDiskDirs() |
String |
getName()
Returns the logical name of this disk store description and actual name
of the disk store.
|
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 File[] getDiskDirs()
public void configure(com.gemstone.gemfire.cache.DiskStoreFactory f)
protected static String diskStoreToString(com.gemstone.gemfire.cache.DiskStore d)
#diskStoreToString(DiskStore).protected static String diskStoreFactoryToString(String diskStoreName, com.gemstone.gemfire.cache.DiskStoreFactory f)
DiskStoreHelper.diskStoreFactoryToString(String, DiskStoreFactory).protected static boolean equals(com.gemstone.gemfire.cache.DiskStoreFactory f,
com.gemstone.gemfire.cache.DiskStore d)
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.