Package | Description |
---|---|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
AbstractSnapshotArchiver.get(String sSnapshot) |
Snapshot |
SnapshotArchiver.get(String sSnapshot)
Return a
Snapshot which represents the archived snapshot with
the given identifier. |
Modifier and Type | Method and 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 void |
DirectorySnapshotArchiver.archiveInternal(Snapshot snapshot,
com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr) |
protected abstract void |
AbstractSnapshotArchiver.archiveInternal(Snapshot snapshot,
com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr)
Internal implementation to Archive the specified snapshot.
|
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 void |
DirectorySnapshotArchiver.retrieveInternal(Snapshot snapshot,
com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr) |
protected abstract void |
AbstractSnapshotArchiver.retrieveInternal(Snapshot snapshot,
com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> mgr)
Internal implementation to retrieve the specified snapshot.
|