public abstract class AbstractPersistenceTools extends Object implements com.oracle.datagrid.persistence.PersistenceTools
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AbstractPersistenceTools.StatsVisitor |
An implementation of a
CachePersistenceHelper.Visitor to collect details
statistics from the snapshot we are analysing. |
Modifier and Type | Field | Description |
---|---|---|
protected com.oracle.datagrid.persistence.OfflinePersistenceInfo |
f_info |
Information about the snapshot or archived snapshot.
|
Constructor | Description |
---|---|
AbstractPersistenceTools(com.oracle.datagrid.persistence.OfflinePersistenceInfo info) |
Constructs an abstract implementation of
PersistenceTools that
can be utilized for both local or archived snapshot operations. |
Modifier and Type | Method | Description |
---|---|---|
com.oracle.datagrid.persistence.OfflinePersistenceInfo |
getPersistenceInfo() |
Return summary information regarding the available
PersistentStore s
under the context of the PersistenceManager (snapshot or archived
snapshot). |
String |
toString() |
protected final com.oracle.datagrid.persistence.OfflinePersistenceInfo f_info
public AbstractPersistenceTools(com.oracle.datagrid.persistence.OfflinePersistenceInfo info)
PersistenceTools
that
can be utilized for both local or archived snapshot operations.info
- the information collected about the snapshotpublic com.oracle.datagrid.persistence.OfflinePersistenceInfo getPersistenceInfo()
com.oracle.datagrid.persistence.PersistenceTools
PersistentStore
s
under the context of the PersistenceManager
(snapshot or archived
snapshot).getPersistenceInfo
in interface com.oracle.coherence.persistence.PersistenceTools