Package com.tangosol.persistence
Interface SnapshotArchiverFactory
-
- All Known Implementing Classes:
ConfigurableSnapshotArchiverFactory
public interface SnapshotArchiverFactory
A factory forSnapshotArchiver
objects.- Since:
- 12.2.1
- Author:
- jh/tm 2014.03.05
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotArchiver
createSnapshotArchiver(String sClusterName, String sServiceName)
Create a new SnapshotArchiver.
-
-
-
Method Detail
-
createSnapshotArchiver
SnapshotArchiver createSnapshotArchiver(String sClusterName, String sServiceName)
Create a new SnapshotArchiver.- Parameters:
sClusterName
- the name of the Cluster that is creating the archiversServiceName
- the name of the Service that is creating the archiver- Returns:
- a new SnapshotArchiver
-
-