Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Modifier and Type | Field and Description |
---|---|
protected static SafePersistenceWrappers.FailureContinuationFactory |
PersistenceEnvironmentParamBuilder.DEFAULT_FACTORY
Default failure continuation factory that provides continuations that
only throw PersistenceExceptions.
|
Modifier and Type | Field and Description |
---|---|
static SafePersistenceWrappers.FailureContinuationFactory |
SafePersistenceWrappers.DEFAULT_FACTORY
Default failure continuation factory that provides null continuations.
|
protected SafePersistenceWrappers.FailureContinuationFactory<R,? super T> |
SafePersistenceWrappers.SafePersistenceEnvironment.f_factoryCont
The FailureContinuationFactory.
|
protected SafePersistenceWrappers.FailureContinuationFactory<R,? super T> |
SafePersistenceWrappers.SafePersistenceManager.f_factoryCont
The FailureContinuationFactory.
|
Modifier and Type | Method and Description |
---|---|
protected static <R,T extends Throwable> |
SafePersistenceWrappers.getSimpleFactory(com.oracle.coherence.common.base.Continuation<? super T> cont)
Return a simple FailureContinuationFactory that uses the specified failure
continuation to handle failures at any layer of the persistence
implementation.
|
Constructor and Description |
---|
SafePersistenceEnvironment(com.oracle.coherence.persistence.PersistenceEnvironment<R> env,
SafePersistenceWrappers.FailureContinuationFactory<R,? super T> factory)
Construct a PersistenceEnvironment backed by the specified environment.
|
SafePersistenceManager(com.oracle.coherence.persistence.PersistenceManager<R> mgr,
SafePersistenceWrappers.FailureContinuationFactory<R,? super T> factory)
Construct a PersistenceManager backed by the specified manager.
|
SafePersistentStore(com.oracle.coherence.persistence.PersistentStore<R> store,
SafePersistenceWrappers.FailureContinuationFactory<R,? super T> factory)
Construct a PersistenceManager backed by the specified manager.
|