public class GatewaySenderDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
GatewaySenderDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.wan.GatewaySenderFactory f)
Configures a gateway sender factory using this description.
|
protected static void |
configure(TestConfig config)
Creates gateway sender descriptions from the gateway sender parameters
in the test configuration.
|
protected static String |
gatewaySenderToString(com.gemstone.gemfire.cache.wan.GatewaySender gs)
Returns the gateway sender as a string.
|
DiskStoreDescription |
getDiskStoreDescription()
Returns the disk store description.
|
Boolean |
getManualStart()
Returns the manual start.
|
String |
getName()
Returns the logical name of this gateway sender description.
|
Boolean |
getParallel()
Returns whether to send in parallel.
|
protected Set<String> |
getRemoteDistributedSystems()
Returns the result of invoking the remote distributed systems algorithm.
|
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()
public Boolean getManualStart()
public Boolean getParallel()
protected void configure(com.gemstone.gemfire.cache.wan.GatewaySenderFactory f)
protected static String gatewaySenderToString(com.gemstone.gemfire.cache.wan.GatewaySender gs)
GatewaySenderHelper#gatewaySenderToString(Gateway).protected Set<String> getRemoteDistributedSystems()
public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.