public static class CacheConfig.GatewayHub
extends java.lang.Object
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" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="gateway-endpoint" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="gateway-listener" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/> <element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> <element name="gateway-queue" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alert-threshold" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="batch-time-interval" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enable-persistence" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="roll-oplogs" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="overflow-directory" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="early-ack" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="socket-read-timeout" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="concurrency-level" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="order-policy" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" 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="port" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="startup-policy"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="primary"/> <enumeration value="secondary"/> <enumeration value="none"/> </restriction> </simpleType> </attribute> <attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="max-connections" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CacheConfig.GatewayHub.Gateway
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
bindAddress |
protected java.util.List<CacheConfig.GatewayHub.Gateway> |
gateways |
protected java.lang.String |
id |
protected java.lang.Boolean |
manualStart |
protected java.math.BigInteger |
maxConnections |
protected java.lang.String |
maximumTimeBetweenPings |
protected java.lang.String |
port |
protected java.lang.String |
socketBufferSize |
protected java.lang.String |
startupPolicy |
Constructor and Description |
---|
GatewayHub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindAddress()
Gets the value of the bindAddress property.
|
java.util.List<CacheConfig.GatewayHub.Gateway> |
getGateway()
Gets the value of the gateway property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getMaxConnections()
Gets the value of the maxConnections property.
|
java.lang.String |
getMaximumTimeBetweenPings()
Gets the value of the maximumTimeBetweenPings property.
|
java.lang.String |
getPort()
Gets the value of the port property.
|
java.lang.String |
getSocketBufferSize()
Gets the value of the socketBufferSize property.
|
java.lang.String |
getStartupPolicy()
Gets the value of the startupPolicy 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 |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setManualStart(java.lang.Boolean value)
Sets the value of the manualStart property.
|
void |
setMaxConnections(java.math.BigInteger value)
Sets the value of the maxConnections property.
|
void |
setMaximumTimeBetweenPings(java.lang.String value)
Sets the value of the maximumTimeBetweenPings property.
|
void |
setPort(java.lang.String value)
Sets the value of the port property.
|
void |
setSocketBufferSize(java.lang.String value)
Sets the value of the socketBufferSize property.
|
void |
setStartupPolicy(java.lang.String value)
Sets the value of the startupPolicy property.
|
protected java.util.List<CacheConfig.GatewayHub.Gateway> gateways
protected java.lang.String id
protected java.lang.String bindAddress
protected java.lang.String maximumTimeBetweenPings
protected java.lang.String port
protected java.lang.String socketBufferSize
protected java.lang.String startupPolicy
protected java.lang.Boolean manualStart
protected java.math.BigInteger maxConnections
public java.util.List<CacheConfig.GatewayHub.Gateway> getGateway()
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 gateway property.
For example, to add a new item, do as follows:
getGateway().add(newItem);
Objects of the following type(s) are allowed in the list
CacheConfig.GatewayHub.Gateway
public java.lang.String getId()
String
public void setId(java.lang.String value)
String
public java.lang.String getBindAddress()
String
public void setBindAddress(java.lang.String value)
String
public java.lang.String getMaximumTimeBetweenPings()
String
public void setMaximumTimeBetweenPings(java.lang.String value)
String
public java.lang.String getPort()
String
public void setPort(java.lang.String value)
String
public java.lang.String getSocketBufferSize()
String
public void setSocketBufferSize(java.lang.String value)
String
public java.lang.String getStartupPolicy()
String
public void setStartupPolicy(java.lang.String value)
String
public java.lang.Boolean isManualStart()
Boolean
public void setManualStart(java.lang.Boolean value)
Boolean
public java.math.BigInteger getMaxConnections()
BigInteger
public void setMaxConnections(java.math.BigInteger value)
BigInteger