GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.checkpoint.sharedfs
Interface GridSharedFsCheckpointSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridSharedFsCheckpointSpi

@GridMBeanDescription(value="MBean for shared file system based checkpoint SPI.")
public interface GridSharedFsCheckpointSpiMBean
extends GridSpiManagementMBean

Management bean that provides general administrative and configuration information about shared file system checkpoints.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Method Summary
 String getDirectoryPath()
          Gets path to the directory where all checkpoints are saved.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getDirectoryPath

@GridMBeanDescription(value="Gets path to the directory where all checkpoints are saved.")
String getDirectoryPath()
Gets path to the directory where all checkpoints are saved.

Returns:
Path to the checkpoints directory.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.