public abstract class AbstractPersistenceTools extends Object implements com.oracle.datagrid.persistence.PersistenceTools
| Modifier and Type | Class and 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 and Description | 
|---|---|
protected com.oracle.datagrid.persistence.OfflinePersistenceInfo | 
f_info
Information about the snapshot or archived snapshot. 
 | 
| Constructor and 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 and Description | 
|---|---|
com.oracle.datagrid.persistence.OfflinePersistenceInfo | 
getPersistenceInfo()
Return summary information regarding the available  
PersistentStores under the context of the PersistenceManager (snapshot or archived snapshot). | 
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.PersistenceToolsPersistentStores under the context of the PersistenceManager (snapshot or archived snapshot).getPersistenceInfo in interface com.oracle.datagrid.persistence.PersistenceTools