public static class CacheConfig.AsyncEventQueue
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-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>
| Modifier and Type | Field and Description |
|---|---|
protected ClassWithParametersType |
asyncEventListener |
protected java.lang.String |
batchSize |
protected java.lang.String |
batchTimeInterval |
protected java.lang.String |
diskStoreName |
protected java.lang.Boolean |
diskSynchronous |
protected java.lang.String |
dispatcherThreads |
protected java.lang.Boolean |
enableBatchConflation |
protected java.lang.Boolean |
forwardExpirationDestroy |
protected java.util.List<ClassWithParametersType> |
gatewayEventFilter |
protected ClassWithParametersType |
gatewayEventSubstitutionFilter |
protected java.lang.String |
id |
protected java.lang.String |
maximumQueueMemory |
protected java.lang.String |
orderPolicy |
protected java.lang.Boolean |
parallel |
protected java.lang.Boolean |
persistent |
| Constructor and Description |
|---|
AsyncEventQueue() |
| Modifier and Type | Method and Description |
|---|---|
ClassWithParametersType |
getAsyncEventListener()
Gets the value of the asyncEventListener property.
|
java.lang.String |
getBatchSize()
Gets the value of the batchSize property.
|
java.lang.String |
getBatchTimeInterval()
Gets the value of the batchTimeInterval property.
|
java.lang.String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
java.lang.String |
getDispatcherThreads()
Gets the value of the dispatcherThreads property.
|
java.util.List<ClassWithParametersType> |
getGatewayEventFilter()
Gets the value of the gatewayEventFilter property.
|
ClassWithParametersType |
getGatewayEventSubstitutionFilter()
Gets the value of the gatewayEventSubstitutionFilter property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getMaximumQueueMemory()
Gets the value of the maximumQueueMemory property.
|
java.lang.String |
getOrderPolicy()
Gets the value of the orderPolicy property.
|
java.lang.Boolean |
isDiskSynchronous()
Gets the value of the diskSynchronous property.
|
java.lang.Boolean |
isEnableBatchConflation()
Gets the value of the enableBatchConflation property.
|
boolean |
isForwardExpirationDestroy()
Gets the value of the forwardExpirationDestroy property.
|
java.lang.Boolean |
isParallel()
Gets the value of the parallel property.
|
java.lang.Boolean |
isPersistent()
Gets the value of the persistent property.
|
void |
setAsyncEventListener(ClassWithParametersType value)
Sets the value of the asyncEventListener property.
|
void |
setBatchSize(java.lang.String value)
Sets the value of the batchSize property.
|
void |
setBatchTimeInterval(java.lang.String value)
Sets the value of the batchTimeInterval property.
|
void |
setDiskStoreName(java.lang.String value)
Sets the value of the diskStoreName property.
|
void |
setDiskSynchronous(java.lang.Boolean value)
Sets the value of the diskSynchronous property.
|
void |
setDispatcherThreads(java.lang.String value)
Sets the value of the dispatcherThreads property.
|
void |
setEnableBatchConflation(java.lang.Boolean value)
Sets the value of the enableBatchConflation property.
|
void |
setForwardExpirationDestroy(java.lang.Boolean value)
Sets the value of the forwardExpirationDestroy property.
|
void |
setGatewayEventSubstitutionFilter(ClassWithParametersType value)
Sets the value of the gatewayEventSubstitutionFilter property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMaximumQueueMemory(java.lang.String value)
Sets the value of the maximumQueueMemory property.
|
void |
setOrderPolicy(java.lang.String value)
Sets the value of the orderPolicy property.
|
void |
setParallel(java.lang.Boolean value)
Sets the value of the parallel property.
|
void |
setPersistent(java.lang.Boolean value)
Sets the value of the persistent property.
|
protected java.util.List<ClassWithParametersType> gatewayEventFilter
protected ClassWithParametersType gatewayEventSubstitutionFilter
protected ClassWithParametersType asyncEventListener
protected java.lang.String id
protected java.lang.Boolean parallel
protected java.lang.String batchSize
protected java.lang.String batchTimeInterval
protected java.lang.Boolean enableBatchConflation
protected java.lang.String maximumQueueMemory
protected java.lang.Boolean persistent
protected java.lang.String diskStoreName
protected java.lang.Boolean diskSynchronous
protected java.lang.String dispatcherThreads
protected java.lang.String orderPolicy
protected java.lang.Boolean forwardExpirationDestroy
public java.util.List<ClassWithParametersType> getGatewayEventFilter()
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 gatewayEventFilter property.
For example, to add a new item, do as follows:
getGatewayEventFilter().add(newItem);
Objects of the following type(s) are allowed in the list
ClassWithParametersType
public ClassWithParametersType getGatewayEventSubstitutionFilter()
ClassWithParametersTypepublic void setGatewayEventSubstitutionFilter(ClassWithParametersType value)
value - allowed object is
ClassWithParametersTypepublic ClassWithParametersType getAsyncEventListener()
ClassWithParametersTypepublic void setAsyncEventListener(ClassWithParametersType value)
value - allowed object is
ClassWithParametersTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isParallel()
Booleanpublic void setParallel(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getBatchSize()
Stringpublic void setBatchSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBatchTimeInterval()
Stringpublic void setBatchTimeInterval(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isEnableBatchConflation()
Booleanpublic void setEnableBatchConflation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMaximumQueueMemory()
Stringpublic void setMaximumQueueMemory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPersistent()
Booleanpublic void setPersistent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDiskStoreName()
Stringpublic void setDiskStoreName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDiskSynchronous()
Booleanpublic void setDiskSynchronous(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDispatcherThreads()
Stringpublic void setDispatcherThreads(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderPolicy()
Stringpublic void setOrderPolicy(java.lang.String value)
value - allowed object is
Stringpublic boolean isForwardExpirationDestroy()
Booleanpublic void setForwardExpirationDestroy(java.lang.Boolean value)
value - allowed object is
Boolean