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_managerActiveThis singleton active manager.protected AbstractPersistenceManager<?> AbstractPersistenceEnvironment.m_managerBackupThis singleton backup manager.protected AbstractPersistenceManager<?> AbstractPersistenceEnvironment.m_managerEventsThis singleton events manager.Fields in com.tangosol.persistence with type parameters of type AbstractPersistenceManagerModifier and TypeFieldDescriptionprotected final Map<String, AbstractPersistenceManager> AbstractPersistenceEnvironment.f_mapSnapshotsThe map of snapshots, keyed by snapshot name.Methods in com.tangosol.persistence that return AbstractPersistenceManagerModifier and TypeMethodDescriptionprotected abstract AbstractPersistenceManagerAbstractPersistenceEnvironment.createSnapshotInternal(File fileSnapshot, String sSnapshot, com.oracle.coherence.persistence.PersistenceManager<ReadBuffer> manager) Create a snapshot with the specified identifier.protected abstract AbstractPersistenceManagerAbstractPersistenceEnvironment.openActiveInternal()Open the active manager.protected abstract AbstractPersistenceManagerAbstractPersistenceEnvironment.openBackupInternal()Open the backup manager.protected abstract AbstractPersistenceManagerAbstractPersistenceEnvironment.openEventsInternal()Open the events manager.protected abstract AbstractPersistenceManagerAbstractPersistenceEnvironment.openSnapshotInternal(File fileSnapshot, String sSnapshot) Open the snapshot with the specified identifier.Methods in com.tangosol.persistence with parameters of type AbstractPersistenceManagerModifier and TypeMethodDescriptionprotected voidAbstractPersistenceEnvironment.onReleased(AbstractPersistenceManager manager) Called by the specified manager when it has been released.