Package com.tangosol.persistence
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 Summary
Modifier and TypeMethodDescriptioncreateSnapshotArchiver
(String sClusterName, String sServiceName) Create a new SnapshotArchiver.
-
Method Details
-
createSnapshotArchiver
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
-