public class ClientCacheDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
ClientCacheDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
cacheToString(com.gemstone.gemfire.cache.client.ClientCache c)
Returns the client cache as a string.
|
void |
configure(com.gemstone.gemfire.cache.client.ClientCacheFactory f)
Configures the client cache factory using this client cache description.
|
protected static void |
configure(TestConfig config)
Creates client cache descriptions from the client cache parameters in the
test configuration.
|
void |
configureDummy(com.gemstone.gemfire.internal.cache.xmlcache.ClientCacheCreation c)
Configures the dummy client cache using this client cache description.
|
DiskStoreDescription |
getDefaultDiskStoreDescription()
Returns the default disk store description.
|
protected String |
getDefaultDiskStoreDescriptionName()
Returns the default disk store description name.
|
PoolDescription |
getDefaultPoolDescription()
Returns the default pool description.
|
String |
getName()
Returns the logical name of this client cache description.
|
DiskStoreDescription |
getPdxDiskStoreDescription()
Returns the pdx disk store 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()
protected String getDefaultDiskStoreDescriptionName()
public DiskStoreDescription getDefaultDiskStoreDescription()
public PoolDescription getDefaultPoolDescription()
public DiskStoreDescription getPdxDiskStoreDescription()
public void configure(com.gemstone.gemfire.cache.client.ClientCacheFactory f)
public void configureDummy(com.gemstone.gemfire.internal.cache.xmlcache.ClientCacheCreation c)
protected static String cacheToString(com.gemstone.gemfire.cache.client.ClientCache c)
ClientCacheHelper.cacheToString(ClientCache).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.