Class DirectorySnapshotArchiver

java.lang.Object
com.tangosol.persistence.AbstractSnapshotArchiver
com.tangosol.persistence.DirectorySnapshotArchiver
All Implemented Interfaces:
SnapshotArchiver

public class DirectorySnapshotArchiver extends AbstractSnapshotArchiver
An implementation of a SnapshotArchiver that uses a shared directory to store archived snapshots.
Since:
12.2.1
Author:
tam 2014.08.19
  • Constructor Details

    • DirectorySnapshotArchiver

      public DirectorySnapshotArchiver(String sClusterName, String sServiceName, File fileDirectory) throws IOException
      Constructs a new DirectorySnapshotArchiver which uses a shared directory available from all members to store archived snapshots.
      Parameters:
      sClusterName - the name of the cluster
      sServiceName - the service name
      fileDirectory - a shared directory available from all members
      Throws:
      IOException - if errors creating directories
  • Method Details