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 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
    • Constructor Detail

      • GatewayReceiverConfig

        public GatewayReceiverConfig()
    • 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 of GatewayTransportFilter types.
      • getStartPort

        public java.lang.String getStartPort()
        Gets the value of the startPort property. possible object is String
        Returns:
        the start port.
      • setStartPort

        public void setStartPort​(java.lang.String value)
        Sets the value of the startPort property. allowed object is String
        Parameters:
        value - the start port.
      • getEndPort

        public java.lang.String getEndPort()
        Gets the value of the endPort property. possible object is String
        Returns:
        the end port.
      • setEndPort

        public void setEndPort​(java.lang.String value)
        Sets the value of the endPort property. allowed object is String
        Parameters:
        value - the end port.
      • getBindAddress

        public java.lang.String getBindAddress()
        Gets the value of the bindAddress property. possible object is String
        Returns:
        the bind address.
      • setBindAddress

        public void setBindAddress​(java.lang.String value)
        Sets the value of the bindAddress property. allowed object is String
        Parameters:
        value - the bind address.
      • getMaximumTimeBetweenPings

        public java.lang.String getMaximumTimeBetweenPings()
        Gets the value of the maximumTimeBetweenPings property. possible object is String
        Returns:
        the maximum time between pings.
      • setMaximumTimeBetweenPings

        public void setMaximumTimeBetweenPings​(java.lang.String value)
        Sets the value of the maximumTimeBetweenPings property. allowed object is String
        Parameters:
        value - the maximum time between pings.
      • getSocketBufferSize

        public java.lang.String getSocketBufferSize()
        Gets the value of the socketBufferSize property. possible object is String
        Returns:
        the socket buffer size.
      • setSocketBufferSize

        public void setSocketBufferSize​(java.lang.String value)
        Sets the value of the socketBufferSize property. allowed object is String
        Parameters:
        value - the socket buffer size.
      • getHostnameForSenders

        public java.lang.String getHostnameForSenders()
        Gets the value of the hostnameForSenders property. possible object is String
        Returns:
        the hostname for sender.
      • setHostnameForSenders

        public void setHostnameForSenders​(java.lang.String value)
        Sets the value of the hostnameForSenders property. allowed object is String
        Parameters:
        value - the hostname for sender.
      • isManualStart

        public java.lang.Boolean isManualStart()
        Gets the value of the manualStart property. possible object is Boolean
        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 is Boolean
        Parameters:
        value - enables or disabled manual start.