public interface AsyncEventQueueMXBean
AsyncEventQueue
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsyncEventListener()
Returns the class name of the AsyncEventListener that is attached to the queue.
|
int |
getBatchSize()
Returns the size of a batch that gets delivered over the AsyncEventQueue.
|
long |
getBatchTimeInterval()
Returns the interval between transmissions by the AsyncEventQueue.
|
int |
getDispatcherThreads()
Returns the number of dispatcher threads working for this
AsyncEventQueue . |
int |
getEventQueueSize()
Returns the Size of the event queue
|
java.lang.String |
getId()
Returns the ID of the AsyncEventQueue.
|
int |
getMaximumQueueMemory()
Returns the maximum memory after which the data needs to be overflowed to disk.
|
java.lang.String |
getOrderPolicy()
Returns the order policy followed while dispatching the events to remote distributed system.
|
java.lang.String |
getOverflowDiskStoreName()
Returns the name of the disk store that is used for persistence.
|
boolean |
isBatchConflationEnabled()
Returns whether batch conflation for the AsyncEventQueue is enabled
|
boolean |
isDiskSynchronous()
Returns whether the isDiskSynchronous property is set for this AsyncEventQueue.
|
boolean |
isParallel()
Returns whether the isParallel property is set for this AsyncEventQueue.
|
boolean |
isPersistent()
Returns whether the AsyncEventQueue is configured to be persistent or non-persistent.
|
boolean |
isPrimary()
Returns whether the queue is primary or secondary.
|
java.lang.String getId()
java.lang.String getOverflowDiskStoreName()
int getMaximumQueueMemory()
int getBatchSize()
long getBatchTimeInterval()
boolean isBatchConflationEnabled()
boolean isPersistent()
boolean isPrimary()
int getDispatcherThreads()
AsyncEventQueue
.java.lang.String getOrderPolicy()
boolean isDiskSynchronous()
boolean isParallel()
java.lang.String getAsyncEventListener()
int getEventQueueSize()