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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCacheName()Gets cache name to be used by this SPI..- 
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBeangetIgniteHome, 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.
 
 
- 
 
-