Uses of Interface
com.tangosol.persistence.SafePersistenceWrappers.FailureContinuationFactory
-
Packages that use SafePersistenceWrappers.FailureContinuationFactory 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. -
-
Uses of SafePersistenceWrappers.FailureContinuationFactory in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder declared as SafePersistenceWrappers.FailureContinuationFactory Modifier and Type Field Description protected static SafePersistenceWrappers.FailureContinuationFactory
PersistenceEnvironmentParamBuilder. DEFAULT_FACTORY
Default failure continuation factory that provides continuations that only throw PersistenceExceptions. -
Uses of SafePersistenceWrappers.FailureContinuationFactory in com.tangosol.persistence
Fields in com.tangosol.persistence declared as SafePersistenceWrappers.FailureContinuationFactory Modifier and Type Field 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.Methods in com.tangosol.persistence that return SafePersistenceWrappers.FailureContinuationFactory Modifier and Type Method Description protected static <R,T extends Throwable>
SafePersistenceWrappers.FailureContinuationFactory<R,T>SafePersistenceWrappers. getSimpleFactory(Continuation<? super T> cont)
Return a simple FailureContinuationFactory that uses the specified failure continuation to handle failures at any layer of the persistence implementation.Constructors in com.tangosol.persistence with parameters of type SafePersistenceWrappers.FailureContinuationFactory Constructor 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.
-