Uses of Interface
com.tangosol.persistence.SnapshotArchiver
-
Packages that use SnapshotArchiver Package Description com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of SnapshotArchiver in com.tangosol.persistence
Classes in com.tangosol.persistence that implement SnapshotArchiver Modifier and Type Class Description class
AbstractSnapshotArchiver
An abstract implementation of aSnapshotArchiver
which must be extended to create a specific implementation.class
DirectorySnapshotArchiver
An implementation of aSnapshotArchiver
that uses a shared directory to store archived snapshots.Methods in com.tangosol.persistence that return SnapshotArchiver Modifier and Type Method Description SnapshotArchiver
ConfigurableSnapshotArchiverFactory. createSnapshotArchiver(String sClusterName, String sServiceName)
Create a new SnapshotArchiver.SnapshotArchiver
SnapshotArchiverFactory. createSnapshotArchiver(String sClusterName, String sServiceName)
Create a new SnapshotArchiver.
-