Package | Description |
---|---|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPersistenceManager<?> |
AbstractPersistenceEnvironment.m_managerActive
This singleton active manager.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,AbstractPersistenceManager> |
AbstractPersistenceEnvironment.f_mapSnapshots
The map of snapshots, keyed by snapshot name.
|
Modifier and Type | Method and 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.openSnapshotInternal(File fileSnapshot,
String sSnapshot)
Open the snapshot with the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPersistenceEnvironment.onReleased(AbstractPersistenceManager manager)
Called by the specified manager when it has been released.
|