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