public class CacheDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
CacheDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
cacheToString(com.gemstone.gemfire.cache.Cache c)
Returns the cache as a string.
|
void |
configure(com.gemstone.gemfire.cache.Cache c)
Configures the cache using this cache description.
|
void |
configure(com.gemstone.gemfire.cache.CacheFactory f)
Configures the cache factory using this cache description.
|
protected static void |
configure(TestConfig config)
Creates cache descriptions from the cache parameters in the test
configuration.
|
void |
configureDummy(com.gemstone.gemfire.internal.cache.xmlcache.CacheCreation c)
Configures the dummy cache using this cache description.
|
String |
getName()
Returns the logical name of this cache description.
|
DiskStoreDescription |
getPdxDiskStoreDescription()
Returns the pdx disk store description.
|
protected ResourceManagerDescription |
getResourceManagerDescription()
Returns the resource manager description.
|
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 DiskStoreDescription getPdxDiskStoreDescription()
protected ResourceManagerDescription getResourceManagerDescription()
public void configure(com.gemstone.gemfire.cache.CacheFactory f)
public void configure(com.gemstone.gemfire.cache.Cache c)
public void configureDummy(com.gemstone.gemfire.internal.cache.xmlcache.CacheCreation c)
protected static String cacheToString(com.gemstone.gemfire.cache.Cache c)
CacheHelper.cacheToString(Cache).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.