Uses of Class
com.tangosol.persistence.Snapshot
-
Packages that use Snapshot Package Description com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of Snapshot in com.tangosol.persistence
Methods in com.tangosol.persistence that return Snapshot Modifier and Type Method Description Snapshot
AbstractSnapshotArchiver. get(String sSnapshot)
Snapshot
SnapshotArchiver. get(String sSnapshot)
Return aSnapshot
which represents the archived snapshot with the given identifier.Methods in com.tangosol.persistence with parameters of type Snapshot Modifier and Type Method Description void
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)
-