@GridMBeanDescription(value="MBean for shared file system based checkpoint SPI.") public interface GridSharedFsCheckpointSpiMBean extends GridSpiManagementMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentDirectoryPath()
Gets path to the directory where all checkpoints are saved.
|
Collection<String> |
getDirectoryPaths()
Gets collection of all configured paths where checkpoints can be saved.
|
getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@GridMBeanDescription(value="Gets path to the directory where all checkpoints are saved.") String getCurrentDirectoryPath()
@GridMBeanDescription(value="Gets collection of all configured paths where checkpoints can be saved.") Collection<String> getDirectoryPaths()
Copyright © 2014. All rights reserved.