Interface SnapshotArchiverFactory

All Known Implementing Classes:
ConfigurableSnapshotArchiverFactory

public interface SnapshotArchiverFactory
A factory for SnapshotArchiver objects.
Since:
12.2.1
Author:
jh/tm 2014.03.05
  • Method Details

    • createSnapshotArchiver

      SnapshotArchiver createSnapshotArchiver(String sClusterName, String sServiceName)
      Create a new SnapshotArchiver.
      Parameters:
      sClusterName - the name of the Cluster that is creating the archiver
      sServiceName - the name of the Service that is creating the archiver
      Returns:
      a new SnapshotArchiver