|
GemFire 7.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncEventQueueMXBean
MBean that provides access to an AsyncEventQueue
.
Method Summary | |
---|---|
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. |
String |
getId()
Returns the ID of the AsyncEventQueue. |
int |
getMaximumQueueMemory()
Returns the maximum memory after which the data needs to be overflowed to disk. |
String |
getOverflowDiskStoreName()
Returns the name of the disk store that is used for persistence. |
boolean |
isPersistent()
Returns whether the AsyncEventQueue is configured to be persistent or non-persistent. |
boolean |
isPrimary()
Returns whether the queue is primary or secondary. |
Method Detail |
---|
String getId()
String getOverflowDiskStoreName()
int getMaximumQueueMemory()
int getBatchSize()
boolean isPersistent()
boolean isPrimary()
String getAsyncEventListener()
|
GemFire 7.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |