Uses of Class
com.tangosol.persistence.AbstractPersistenceManager
-
Packages that use AbstractPersistenceManager Package Description com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of AbstractPersistenceManager in com.tangosol.persistence
Fields in com.tangosol.persistence declared as AbstractPersistenceManager Modifier and Type Field Description protected AbstractPersistenceManager<?>
AbstractPersistenceEnvironment. m_managerActive
This singleton active manager.protected AbstractPersistenceManager<?>
AbstractPersistenceEnvironment. m_managerBackup
This singleton backup manager.protected AbstractPersistenceManager<?>
AbstractPersistenceEnvironment. m_managerEvents
This singleton events manager.Fields in com.tangosol.persistence with type parameters of type AbstractPersistenceManager Modifier and Type Field Description protected Map<String,AbstractPersistenceManager>
AbstractPersistenceEnvironment. f_mapSnapshots
The map of snapshots, keyed by snapshot name.Methods in com.tangosol.persistence that return AbstractPersistenceManager Modifier and Type Method Description protected abstract AbstractPersistenceManager
AbstractPersistenceEnvironment. createSnapshotInternal(File fileSnapshot, String sSnapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> manager)
Create a snapshot with the specified identifier.protected abstract AbstractPersistenceManager
AbstractPersistenceEnvironment. openActiveInternal()
Open the active manager.protected abstract AbstractPersistenceManager
AbstractPersistenceEnvironment. openBackupInternal()
Open the backup manager.protected abstract AbstractPersistenceManager
AbstractPersistenceEnvironment. openEventsInternal()
Open the events manager.protected abstract AbstractPersistenceManager
AbstractPersistenceEnvironment. openSnapshotInternal(File fileSnapshot, String sSnapshot)
Open the snapshot with the specified identifier.Methods in com.tangosol.persistence with parameters of type AbstractPersistenceManager Modifier and Type Method Description protected void
AbstractPersistenceEnvironment. onReleased(AbstractPersistenceManager manager)
Called by the specified manager when it has been released.
-