Interface CacheCheckpointSpiMBean
-
- All Superinterfaces:
IgniteSpiManagementMBean
@MXBeanDescription("MBean provides information about cache checkpoint SPI.") public interface CacheCheckpointSpiMBean extends IgniteSpiManagementMBean
Management bean that provides general administrative and configuration information about cache checkpoint SPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCacheName()
Gets cache name to be used by this SPI..-
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBean
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
-
-
-
-
Method Detail
-
getCacheName
@MXBeanDescription("Cache name to be used by this SPI.") String getCacheName()
Gets cache name to be used by this SPI..- Returns:
- Cache name to be used by this SPI.
-
-