public class GatewayDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
GatewayDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.util.Gateway g,
String ds,
List endpoints,
boolean connect)
Configures a gateway to the specified distributed system using this
gateway description and the endpoints.
|
protected static void |
configure(TestConfig config)
Creates gateway descriptions from the gateway parameters in the test
configuration.
|
protected static String |
gatewayToString(com.gemstone.gemfire.cache.util.Gateway g)
Returns the gateway as a string.
|
protected Integer |
getConcurrencyLevel()
Returns the concurrency level.
|
DiskStoreDescription |
getDiskStoreDescription()
Returns the disk store description.
|
String |
getName()
Returns the logical name of this gateway 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 Integer getConcurrencyLevel()
public DiskStoreDescription getDiskStoreDescription()
protected void configure(com.gemstone.gemfire.cache.util.Gateway g,
String ds,
List endpoints,
boolean connect)
protected static String gatewayToString(com.gemstone.gemfire.cache.util.Gateway g)
GatewayHelper.gatewayToString(Gateway).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.