Class CacheConfig.GatewayHub.Gateway

  • java.lang.Object
    • org.apache.geode.cache.configuration.CacheConfig.GatewayHub.Gateway
  • Enclosing class:
    CacheConfig.GatewayHub

    public static class CacheConfig.GatewayHub.Gateway
    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>
             <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>
     
    • Field Detail

      • gatewayListeners

        protected java.util.List<DeclarableType> gatewayListeners
      • earlyAck

        protected java.lang.Boolean earlyAck
      • id

        protected java.lang.String id
      • socketBufferSize

        protected java.lang.String socketBufferSize
      • socketReadTimeout

        protected java.lang.String socketReadTimeout
      • concurrencyLevel

        protected java.lang.String concurrencyLevel
      • orderPolicy

        protected java.lang.String orderPolicy
    • Constructor Detail

      • Gateway

        public Gateway()
    • Method Detail

      • getGatewayListeners

        public java.util.List<DeclarableType> getGatewayListeners()
        Gets the value of the gatewayListeners 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 gatewayListeners property.

        For example, to add a new item, do as follows:

         getGatewayListeners().add(newItem);
         

        Objects of the following type(s) are allowed in the list DeclarableType

        Returns:
        the List of gateway listeners.
      • isEarlyAck

        public java.lang.Boolean isEarlyAck()
        Gets the value of the earlyAck property. possible object is Boolean
        Returns:
        the value of the earlyAck property
      • setEarlyAck

        public void setEarlyAck​(java.lang.Boolean value)
        Sets the value of the earlyAck property. allowed object is Boolean
        Parameters:
        value - the value of the earlyAck property
      • getId

        public java.lang.String getId()
        Gets the value of the id property. possible object is String
        Returns:
        the value of the id property
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property. allowed object is String
        Parameters:
        value - the value of the id property
      • getSocketBufferSize

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

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

        public java.lang.String getSocketReadTimeout()
        Gets the value of the socketReadTimeout property. possible object is String
        Returns:
        the value of the socketReadTimeout property
      • setSocketReadTimeout

        public void setSocketReadTimeout​(java.lang.String value)
        Sets the value of the socketReadTimeout property. allowed object is String
        Parameters:
        value - the value of the socketReadTimeout property
      • getConcurrencyLevel

        public java.lang.String getConcurrencyLevel()
        Gets the value of the concurrencyLevel property. possible object is String
        Returns:
        the value of the concurrencyLevel property
      • setConcurrencyLevel

        public void setConcurrencyLevel​(java.lang.String value)
        Sets the value of the concurrencyLevel property. allowed object is String
        Parameters:
        value - the value of the concurrencyLevel property
      • getOrderPolicy

        public java.lang.String getOrderPolicy()
        Gets the value of the orderPolicy property. possible object is String
        Returns:
        the value of the orderPolicy property
      • setOrderPolicy

        public void setOrderPolicy​(java.lang.String value)
        Sets the value of the orderPolicy property. allowed object is String
        Parameters:
        value - the value of the orderPolicy property