Interface SharedFsCheckpointSpiMBean
- 
- All Superinterfaces:
- IgniteSpiManagementMBean
 
 @MXBeanDescription("MBean for shared file system based checkpoint SPI.") public interface SharedFsCheckpointSpiMBean extends IgniteSpiManagementMBean Management bean that provides general administrative and configuration information about shared file system checkpoints.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentDirectoryPath()Gets path to the directory where all checkpoints are saved.Collection<String>getDirectoryPaths()Gets collection of all configured paths where checkpoints can be saved.- 
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBeangetIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
 
- 
 
- 
- 
- 
Method Detail- 
getCurrentDirectoryPath@MXBeanDescription("Gets path to the directory where all checkpoints are saved.") String getCurrentDirectoryPath() Gets path to the directory where all checkpoints are saved.- Returns:
- Path to the checkpoints directory.
 
 - 
getDirectoryPaths@MXBeanDescription("Gets collection of all configured paths where checkpoints can be saved.") Collection<String> getDirectoryPaths() Gets collection of all configured paths where checkpoints can be saved.- Returns:
- Collection of all configured paths.
 
 
- 
 
-