Class SnapshotFileSystemManagerImpl

java.lang.Object
org.gridgain.internal.snapshots.filesystem.SnapshotFileSystemManagerImpl
All Implemented Interfaces:
org.apache.ignite.internal.lang.Debuggable, org.apache.ignite.internal.manager.IgniteComponent, SnapshotFileSystemManager

public class SnapshotFileSystemManagerImpl extends Object implements SnapshotFileSystemManager
Class representing the file structure of all Snapshots.
  • Field Details

  • Constructor Details

    • SnapshotFileSystemManagerImpl

      public SnapshotFileSystemManagerImpl(org.gridgain.internal.snapshots.configuration.ClusterSnapshotConfiguration clusterSnapshotConfiguration, Path nodeWorkDir, String nodeName, org.gridgain.internal.encryption.EncryptionManager encryptionManager, org.gridgain.internal.encryption.storage.DataEncryptionKeyManager dataEncryptionKeyManager, ByteBufferPoolProvider bufferPoolProvider)
      Constructor.
      Parameters:
      clusterSnapshotConfiguration - Cluster snapshot configuration.
      nodeWorkDir - Path to node's work directory.
      nodeName - Name of the node.
  • Method Details