@MXBeanDescription(value="MBean that provides access to memory event storage SPI configuration.") public interface MemoryEventStorageSpiMBean extends IgniteSpiManagementMBean
MemoryEventStorageSpi.
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.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@MXBeanDescription(value="Event time-to-live value.") long getExpireAgeMs()
@MXBeanDescription(value="Maximum event queue size.") long getExpireCount()
@MXBeanDescription(value="Current event queue size.") long getQueueSize()
@MXBeanDescription(value="Removes all events from the event queue.") void clearAll()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016