@GridMBeanDescription(value="MBean that provides access to memory event storage SPI configuration.") public interface GridMemoryEventStorageSpiMBean extends GridSpiManagementMBean
GridMemoryEventStorageSpi.
Beside properties defined for every SPI bean this one gives access to:
getExpireAgeMs())getExpireCount())clearAll())| Modifier and Type | Method and Description |
|---|---|
void |
clearAll()
Removes all events from the event queue.
|
long |
getExpireAgeMs()
Gets event time-to-live value.
|
long |
getExpireCount()
Gets maximum event queue size.
|
long |
getQueueSize()
Gets current queue size of the event queue.
|
getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@GridMBeanDescription(value="Event time-to-live value.") long getExpireAgeMs()
@GridMBeanDescription(value="Maximum event queue size.") long getExpireCount()
@GridMBeanDescription(value="Current event queue size.") long getQueueSize()
@GridMBeanDescription(value="Removes all events from the event queue.") void clearAll()
Copyright © 2014. All rights reserved.