Class CacheConfig.AsyncEventQueue

  • All Implemented Interfaces:
    java.io.Serializable, Identifiable<java.lang.String>
    Enclosing class:
    CacheConfig

    public static class CacheConfig.AsyncEventQueue
    extends CacheElement

    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-event-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/>
             <element name="gateway-event-substitution-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" minOccurs="0"/>
             <element name="async-event-listener" type="{http://geode.apache.org/schema/cache}class-with-parameters-type"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="parallel" 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-batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="disk-synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="dispatcher-threads" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="order-policy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="forward-expiration-destroy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • gatewayEventFilters

        protected java.util.List<DeclarableType> gatewayEventFilters
      • gatewayEventSubstitutionFilter

        protected DeclarableType gatewayEventSubstitutionFilter
      • id

        protected java.lang.String id
      • parallel

        protected java.lang.Boolean parallel
      • batchSize

        protected java.lang.String batchSize
      • batchTimeInterval

        protected java.lang.String batchTimeInterval
      • enableBatchConflation

        protected java.lang.Boolean enableBatchConflation
      • maximumQueueMemory

        protected java.lang.String maximumQueueMemory
      • persistent

        protected java.lang.Boolean persistent
      • diskStoreName

        protected java.lang.String diskStoreName
      • diskSynchronous

        protected java.lang.Boolean diskSynchronous
      • dispatcherThreads

        protected java.lang.String dispatcherThreads
      • orderPolicy

        protected java.lang.String orderPolicy
      • forwardExpirationDestroy

        protected java.lang.Boolean forwardExpirationDestroy
      • pauseEventProcessing

        protected java.lang.Boolean pauseEventProcessing
    • Constructor Detail

      • AsyncEventQueue

        public AsyncEventQueue()
    • Method Detail

      • isPauseEventProcessing

        public java.lang.Boolean isPauseEventProcessing()
        Gets the value of whether the queue was created with paused processing of the events queued
        Returns:
        Boolean - true if queue will be created with paused processing of the events queued - false if queue will be created without pausing the processing of the events queued
      • setPauseEventProcessing

        public void setPauseEventProcessing​(java.lang.Boolean pauseEventProcessing)
        Sets the value of whether the queue will be created with paused processing of the events queued
        Parameters:
        pauseEventProcessing - Boolean - true if queue will be created with paused processing of the events queued - false if queue will be created without pausing the processing of the events queued
      • getGatewayEventFilters

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

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

         getGatewayEventFilters().add(newItem);
         

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

        Returns:
        the value of the gatewayEventFilters property
      • getGatewayEventSubstitutionFilter

        public DeclarableType getGatewayEventSubstitutionFilter()
        Gets the value of the gatewayEventSubstitutionFilter property. possible object is DeclarableType
        Returns:
        the value of the gatewayEventSubstitutionFilter property
      • setGatewayEventSubstitutionFilter

        public void setGatewayEventSubstitutionFilter​(DeclarableType value)
        Sets the value of the gatewayEventSubstitutionFilter property. allowed object is DeclarableType
        Parameters:
        value - the value of the gatewayEventSubstitutionFilter property
      • getAsyncEventListener

        public DeclarableType getAsyncEventListener()
        Gets the value of the asyncEventListener property. possible object is DeclarableType
        Returns:
        the value of the asyncEventListener property
      • setAsyncEventListener

        public void setAsyncEventListener​(DeclarableType value)
        Sets the value of the asyncEventListener property. allowed object is DeclarableType
        Parameters:
        value - the value of the asyncEventListener 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
      • isParallel

        public java.lang.Boolean isParallel()
        Gets the value of the parallel property. possible object is Boolean
        Returns:
        the value of the parallel property
      • setParallel

        public void setParallel​(java.lang.Boolean value)
        Sets the value of the parallel property. allowed object is Boolean
        Parameters:
        value - the value of the parallel property
      • getBatchSize

        public java.lang.String getBatchSize()
        Gets the value of the batchSize property. possible object is String
        Returns:
        the value of the batchSize property
      • setBatchSize

        public void setBatchSize​(java.lang.String value)
        Sets the value of the batchSize property. allowed object is String
        Parameters:
        value - the value of the batchSize property
      • getBatchTimeInterval

        public java.lang.String getBatchTimeInterval()
        Gets the value of the batchTimeInterval property. possible object is String
        Returns:
        the value of the batchTimeInterval property
      • setBatchTimeInterval

        public void setBatchTimeInterval​(java.lang.String value)
        Sets the value of the batchTimeInterval property. allowed object is String
        Parameters:
        value - the value of the batchTimeInterval property
      • isEnableBatchConflation

        public java.lang.Boolean isEnableBatchConflation()
        Gets the value of the enableBatchConflation property. possible object is Boolean
        Returns:
        the value of the enableBatchConflation property
      • setEnableBatchConflation

        public void setEnableBatchConflation​(java.lang.Boolean value)
        Sets the value of the enableBatchConflation property. allowed object is Boolean
        Parameters:
        value - the value of the enableBatchConflation property
      • getMaximumQueueMemory

        public java.lang.String getMaximumQueueMemory()
        Gets the value of the maximumQueueMemory property. possible object is String
        Returns:
        the value of the maximumQueueMemory property
      • setMaximumQueueMemory

        public void setMaximumQueueMemory​(java.lang.String value)
        Sets the value of the maximumQueueMemory property. allowed object is String
        Parameters:
        value - the value of the maximumQueueMemory property
      • isPersistent

        public java.lang.Boolean isPersistent()
        Gets the value of the persistent property. possible object is Boolean
        Returns:
        the value of the persistent property
      • setPersistent

        public void setPersistent​(java.lang.Boolean value)
        Sets the value of the persistent property. allowed object is Boolean
        Parameters:
        value - the value of the persistent property
      • getDiskStoreName

        public java.lang.String getDiskStoreName()
        Gets the value of the diskStoreName property. possible object is String
        Returns:
        the value of the diskStoreName property
      • setDiskStoreName

        public void setDiskStoreName​(java.lang.String value)
        Sets the value of the diskStoreName property. allowed object is String
        Parameters:
        value - the value of the diskStoreName property
      • isDiskSynchronous

        public java.lang.Boolean isDiskSynchronous()
        Gets the value of the diskSynchronous property. possible object is Boolean
        Returns:
        the value of the diskSynchronous property
      • setDiskSynchronous

        public void setDiskSynchronous​(java.lang.Boolean value)
        Sets the value of the diskSynchronous property. allowed object is Boolean
        Parameters:
        value - the value of the diskSynchronous property
      • getDispatcherThreads

        public java.lang.String getDispatcherThreads()
        Gets the value of the dispatcherThreads property. possible object is String
        Returns:
        the value of the dispatcherThreads property
      • setDispatcherThreads

        public void setDispatcherThreads​(java.lang.String value)
        Sets the value of the dispatcherThreads property. allowed object is String
        Parameters:
        value - the value of the dispatcherThreads 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
      • isForwardExpirationDestroy

        public boolean isForwardExpirationDestroy()
        Gets the value of the forwardExpirationDestroy property. possible object is Boolean
        Returns:
        the value of the forwardExpirationDestroy property
      • setForwardExpirationDestroy

        public void setForwardExpirationDestroy​(java.lang.Boolean value)
        Sets the value of the forwardExpirationDestroy property. allowed object is Boolean
        Parameters:
        value - the value of the forwardExpirationDestroy property