Interface SharedFsCheckpointSpiMBean

    • 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.