Uses of Class
com.tangosol.persistence.AbstractPersistenceManager
Packages that use AbstractPersistenceManager
Package
Description
Contains classes and helpers for implementing various types of persistence.
-
Uses of AbstractPersistenceManager in com.tangosol.persistence
Fields in com.tangosol.persistence declared as AbstractPersistenceManagerModifier and TypeFieldDescriptionprotected 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 AbstractPersistenceManagerModifier and TypeFieldDescriptionprotected final Map
<String, AbstractPersistenceManager> AbstractPersistenceEnvironment.f_mapSnapshots
The map of snapshots, keyed by snapshot name.Methods in com.tangosol.persistence that return AbstractPersistenceManagerModifier and TypeMethodDescriptionprotected 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 AbstractPersistenceManagerModifier and TypeMethodDescriptionprotected void
AbstractPersistenceEnvironment.onReleased
(AbstractPersistenceManager manager) Called by the specified manager when it has been released.