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