public class BridgeDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
BridgeDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
bridgeServerToString(com.gemstone.gemfire.cache.server.CacheServer c)
Returns the bridge server as a string.
|
protected void |
configure(com.gemstone.gemfire.cache.server.CacheServer c,
int port)
Configures the bridge server using this bridge description and the given
port.
|
protected static void |
configure(TestConfig config)
Creates bridge descriptions from the bridge parameters in the test
configuration.
|
DiskStoreDescription |
getDiskStoreDescription()
Returns the disk store description.
|
protected String[] |
getGroups()
Returns the server groups.
|
Long |
getLoadPollInterval()
Get the load poll interval
|
String |
getLoadProbe()
Get the name of a load probe class
|
String |
getName()
Returns the logical name of this bridge description.
|
void |
setLoadPollInterval(Long loadPollInterval)
Set the load poll interval
|
void |
setLoadProbe(String loadProbe)
Set the name of the load probe class
|
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 getDiskStoreDescription()
protected String[] getGroups()
public Long getLoadPollInterval()
public void setLoadPollInterval(Long loadPollInterval)
public String getLoadProbe()
public void setLoadProbe(String loadProbe)
protected void configure(com.gemstone.gemfire.cache.server.CacheServer c,
int port)
protected static String bridgeServerToString(com.gemstone.gemfire.cache.server.CacheServer c)
BridgeHelper.bridgeServerToString(CacheServer).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.