AbstractPersistenceEnvironment |
Abstract implementation of a ReadBuffer-based PersistentEnvironment.
|
AbstractPersistenceManager |
Abstract implementation of a ReadBuffer-based PersistentManager.
|
AbstractPersistenceManager.AbstractPersistentStore |
Abstract implementation of a ReadBuffer-based PersistentStore.
|
AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation |
Base class for Runnable implementations that encapsulate a
persistent store operation.
|
AbstractPersistenceManager.Task |
Runnable extension that adds the ability to notify the task that it
has been canceled.
|
AbstractPersistenceTools |
Abstract implementation of PersistenceTools which can be extended for either
local or archived snapshot operations.
|
AbstractSnapshotArchiver |
An abstract implementation of a SnapshotArchiver which must be extended
to create a specific implementation.
|
CachePersistenceHelper.Visitor |
The Visitor interface allows the "iteration" of the persisted contents
(and metadata) of a cache service in the style of the
Visitor Pattern.
|
PersistenceEnvironmentInfo |
Interface that exposes management attributes for a PersistenceEnvironment.
|
SafePersistenceWrappers.FailureContinuationFactory |
FailureContinuationFactory encapsulates failure continuations to handle
unexpected exceptions thrown by implementations of the various persistence
layers.
|
Snapshot |
A Snapshot is the abstraction of a full or partial snapshot representation
for the purposes of archiving.
|
SnapshotArchiver |
An interface for archiving and restoring snapshots.
|
SnapshotArchiverFactory |
|