public class GatewayReceiver extends GroupableConfiguration<GatewayReceiverInfo>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GATEWAY_RECEIVERS_ENDPOINTS
the url end points to retrieve the gateway receivers
|
CLUSTER| Constructor and Description |
|---|
GatewayReceiver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getEndPort()
get the end port
|
java.util.List<ClassName> |
getGatewayTransportFilters()
get the list of transport filters
if you modify the returned list, you will be modifying the list owned by this config object.
|
java.lang.String |
getId()
Returns
GroupableConfiguration.getGroup() or AbstractConfiguration.CLUSTER if group is null. |
Links |
getLinks() |
java.lang.Integer |
getMaximumTimeBetweenPings()
get the maximum time between pings in milliseconds, the default is
CacheServer.DEFAULT_MAXIMUM_TIME_BETWEEN_PINGS = 60000
|
java.lang.Integer |
getSocketBufferSize()
get the socket buffer size for socket buffers from the receiver to the sender.
|
java.lang.Integer |
getStartPort()
get the starting port
|
java.lang.Boolean |
isManualStart()
is this gateway receiver manually started
|
void |
setEndPort(java.lang.Integer endPort)
set the end port
|
void |
setGatewayTransportFilters(java.util.List<ClassName> gatewayTransportFilters)
set the gateway transport filters
|
void |
setManualStart(java.lang.Boolean manualStart)
set the manualStart
|
void |
setMaximumTimeBetweenPings(java.lang.Integer maximumTimeBetweenPings)
set the maximum time between pings in milliseconds
|
void |
setSocketBufferSize(java.lang.Integer socketBufferSize)
set the socket buffer size for socket buffers from the receiver to the sender.
|
void |
setStartPort(java.lang.Integer startPort)
set the starting port
|
equals, getGroup, hashCode, setGroupgetCreationCommandType, getGroupName, isCluster, isGlobalRuntimepublic static final java.lang.String GATEWAY_RECEIVERS_ENDPOINTS
public java.lang.String getId()
GroupableConfiguration.getGroup() or AbstractConfiguration.CLUSTER if group is null.getId in interface org.apache.geode.lang.Identifiable<java.lang.String>getId in class AbstractConfiguration<GatewayReceiverInfo>public Links getLinks()
getLinks in class AbstractConfiguration<GatewayReceiverInfo>public java.util.List<ClassName> getGatewayTransportFilters()
public void setGatewayTransportFilters(java.util.List<ClassName> gatewayTransportFilters)
gatewayTransportFilters - a list of gateway transport filterspublic java.lang.Integer getStartPort()
public void setStartPort(java.lang.Integer startPort)
startPort - the starting portpublic java.lang.Integer getEndPort()
public void setEndPort(java.lang.Integer endPort)
endPort - the end portpublic java.lang.Integer getMaximumTimeBetweenPings()
public void setMaximumTimeBetweenPings(java.lang.Integer maximumTimeBetweenPings)
maximumTimeBetweenPings - the maximum time between pings in millisecondspublic java.lang.Integer getSocketBufferSize()
public void setSocketBufferSize(java.lang.Integer socketBufferSize)
socketBufferSize - the socket buffer size for socket buffers from the receiver to the
senderpublic java.lang.Boolean isManualStart()
public void setManualStart(java.lang.Boolean manualStart)
manualStart - whether this gateway receiver is manually started