Uses of Class
com.tangosol.persistence.Snapshot
Package
Description
Contains classes and helpers for implementing various types of persistence.
-
Uses of Snapshot in com.tangosol.persistence
Modifier and TypeMethodDescriptionReturn aSnapshot
which represents the archived snapshot with the given identifier.Modifier and TypeMethodDescriptionvoid
AbstractSnapshotArchiver.archive
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer> env) void
SnapshotArchiver.archive
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer> env) Archive the specified snapshot.protected abstract void
AbstractSnapshotArchiver.archiveInternal
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr) Internal implementation to Archive the specified snapshot.protected void
DirectorySnapshotArchiver.archiveInternal
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr) protected void
AbstractSnapshotArchiver.displayStatistics
(Snapshot snapshot, String sType) Display the collected statistics for the given snapshot and type of operation.void
AbstractSnapshotArchiver.retrieve
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer> env) void
SnapshotArchiver.retrieve
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer> env) Retrieve the specified archived snapshot.protected abstract void
AbstractSnapshotArchiver.retrieveInternal
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr) Internal implementation to retrieve the specified snapshot.protected void
DirectorySnapshotArchiver.retrieveInternal
(Snapshot snapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr)