Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Class | Description |
---|---|
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.
|
Class | Description |
---|---|
GUIDHelper.GUIDResolver |
Resolver used during a recovery to discover the newest available GUID
for a given partition.
|
SnapshotArchiverFactory |
A factory for
SnapshotArchiver objects. |
Class | Description |
---|---|
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 |
A factory for
SnapshotArchiver objects. |