Gemfire JavaDocs
Class GatewayReceiverConfig
- java.lang.Object
-
- org.apache.geode.cache.configuration.GatewayReceiverConfig
-
- All Implemented Interfaces:
java.io.Serializable
@Experimental public class GatewayReceiverConfig extends java.lang.Object implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="gateway-transport-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="start-port" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="end-port" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="bind-address" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maximum-time-between-pings" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hostname-for-senders" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
bindAddress
protected java.lang.String
endPort
protected java.util.List<DeclarableType>
gatewayTransportFilters
protected java.lang.String
hostnameForSenders
protected java.lang.Boolean
manualStart
protected java.lang.String
maximumTimeBetweenPings
protected java.lang.String
socketBufferSize
protected java.lang.String
startPort
-
Constructor Summary
Constructors Constructor Description GatewayReceiverConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBindAddress()
Gets the value of the bindAddress property.java.lang.String
getEndPort()
Gets the value of the endPort property.java.util.List<DeclarableType>
getGatewayTransportFilters()
Gets the value of the gatewayTransportFilters property.java.lang.String
getHostnameForSenders()
Gets the value of the hostnameForSenders property.java.lang.String
getMaximumTimeBetweenPings()
Gets the value of the maximumTimeBetweenPings property.java.lang.String
getSocketBufferSize()
Gets the value of the socketBufferSize property.java.lang.String
getStartPort()
Gets the value of the startPort property.java.lang.Boolean
isManualStart()
Gets the value of the manualStart property.void
setBindAddress(java.lang.String value)
Sets the value of the bindAddress property.void
setEndPort(java.lang.String value)
Sets the value of the endPort property.void
setHostnameForSenders(java.lang.String value)
Sets the value of the hostnameForSenders property.void
setManualStart(java.lang.Boolean value)
Sets the value of the manualStart property.void
setMaximumTimeBetweenPings(java.lang.String value)
Sets the value of the maximumTimeBetweenPings property.void
setSocketBufferSize(java.lang.String value)
Sets the value of the socketBufferSize property.void
setStartPort(java.lang.String value)
Sets the value of the startPort property.
-
-
-
Field Detail
-
gatewayTransportFilters
protected java.util.List<DeclarableType> gatewayTransportFilters
-
startPort
protected java.lang.String startPort
-
endPort
protected java.lang.String endPort
-
bindAddress
protected java.lang.String bindAddress
-
maximumTimeBetweenPings
protected java.lang.String maximumTimeBetweenPings
-
socketBufferSize
protected java.lang.String socketBufferSize
-
hostnameForSenders
protected java.lang.String hostnameForSenders
-
manualStart
protected java.lang.Boolean manualStart
-
-
Method Detail
-
getGatewayTransportFilters
public java.util.List<DeclarableType> getGatewayTransportFilters()
Gets the value of the gatewayTransportFilters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the gatewayTransportFilters property.For example, to add a new item, do as follows:
getGatewayTransportFilters().add(newItem);
Objects of the following type(s) are allowed in the list
DeclarableType
- Returns:
- the
List
ofGatewayTransportFilter
types.
-
getStartPort
public java.lang.String getStartPort()
Gets the value of the startPort property. possible object isString
- Returns:
- the start port.
-
setStartPort
public void setStartPort(java.lang.String value)
Sets the value of the startPort property. allowed object isString
- Parameters:
value
- the start port.
-
getEndPort
public java.lang.String getEndPort()
Gets the value of the endPort property. possible object isString
- Returns:
- the end port.
-
setEndPort
public void setEndPort(java.lang.String value)
Sets the value of the endPort property. allowed object isString
- Parameters:
value
- the end port.
-
getBindAddress
public java.lang.String getBindAddress()
Gets the value of the bindAddress property. possible object isString
- Returns:
- the bind address.
-
setBindAddress
public void setBindAddress(java.lang.String value)
Sets the value of the bindAddress property. allowed object isString
- Parameters:
value
- the bind address.
-
getMaximumTimeBetweenPings
public java.lang.String getMaximumTimeBetweenPings()
Gets the value of the maximumTimeBetweenPings property. possible object isString
- Returns:
- the maximum time between pings.
-
setMaximumTimeBetweenPings
public void setMaximumTimeBetweenPings(java.lang.String value)
Sets the value of the maximumTimeBetweenPings property. allowed object isString
- Parameters:
value
- the maximum time between pings.
-
getSocketBufferSize
public java.lang.String getSocketBufferSize()
Gets the value of the socketBufferSize property. possible object isString
- Returns:
- the socket buffer size.
-
setSocketBufferSize
public void setSocketBufferSize(java.lang.String value)
Sets the value of the socketBufferSize property. allowed object isString
- Parameters:
value
- the socket buffer size.
-
getHostnameForSenders
public java.lang.String getHostnameForSenders()
Gets the value of the hostnameForSenders property. possible object isString
- Returns:
- the hostname for sender.
-
setHostnameForSenders
public void setHostnameForSenders(java.lang.String value)
Sets the value of the hostnameForSenders property. allowed object isString
- Parameters:
value
- the hostname for sender.
-
isManualStart
public java.lang.Boolean isManualStart()
Gets the value of the manualStart property. possible object isBoolean
- Returns:
- true if manual start is enabled, false otherwise.
-
setManualStart
public void setManualStart(java.lang.Boolean value)
Sets the value of the manualStart property. allowed object isBoolean
- Parameters:
value
- enables or disabled manual start.
-
-