Uses of Interface
com.oracle.coherence.common.base.Continuation
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of Continuation in com.tangosol.net
Modifier and TypeMethodDescriptionboolean
FlowControl.checkBacklog
(Continuation<Void> continueNormal) Check for an excessive backlog and if the underlying communication channel is indeed clogged, call the specified continuation when the backlog is back to normal or the service terminates.void
NonBlockingInvocable.run
(Continuation cont) Called exactly once by the InvocationService to execute this task. -
Uses of Continuation in com.tangosol.net.cache
Modifier and TypeMethodDescriptionboolean
ContinuousQueryCache.ConverterAsynchronousProcessor.checkBacklog
(Continuation continueNormal) -
Uses of Continuation in com.tangosol.persistence
Modifier and TypeClassDescriptionstatic class
Continuation implementation that accepts a Throwable and throws a PersistenceException.Modifier and TypeFieldDescriptionprotected final Continuation
<? super T> SafePersistenceWrappers.SafePersistenceEnvironment.f_contFailure
The failure continuation for this environment.protected final Continuation
<? super T> SafePersistenceWrappers.SafePersistenceManager.f_contFailure
The failure continuation for this manager.protected final Continuation
<? super T> SafePersistenceWrappers.SafePersistentStore.f_contFailure
The failure continuation for this store.Modifier and TypeMethodDescriptionContinuation
<? super T> SafePersistenceWrappers.FailureContinuationFactory.getEnvironmentContinuation
(com.oracle.coherence.persistence.PersistenceEnvironment<R> env) Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistenceEnvironment.Continuation
<? super T> SafePersistenceWrappers.FailureContinuationFactory.getManagerContinuation
(com.oracle.coherence.persistence.PersistenceManager<R> mgr) Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistenceManager.Continuation
<? super T> SafePersistenceWrappers.FailureContinuationFactory.getStoreContinuation
(com.oracle.coherence.persistence.PersistentStore<R> store) Return a failure continuation to handle unexpected exceptions thrown by operations against the specified PersistentStore.Modifier and TypeMethodDescriptionprotected 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.ModifierConstructorDescriptionSafePersistenceEnvironment
(com.oracle.coherence.persistence.PersistenceEnvironment<R> env, Continuation<? super Throwable> cont) Construct a PersistenceEnvironment backed by the specified environment.SafePersistenceManager
(com.oracle.coherence.persistence.PersistenceManager<R> mgr, Continuation<? super Throwable> cont) Construct a SafePersistenceManager backed by the specified manager.SafePersistentStore
(com.oracle.coherence.persistence.PersistentStore<R> store, Continuation<? super T> cont) Construct a SafePersistentStore backed by the specified store. -
Uses of Continuation in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A Continuation that does nothing.protected class
Token returned byNullImplementation.NullPersistentStore.begin(Collector, Object)
.Modifier and TypeMethodDescriptionstatic <R> Continuation
<R> NullImplementation.getContinuation()
Factory method: Obtain a null implementation of aContinuation
.Modifier and TypeMethodDescriptionboolean
AsynchronousAgent.checkBacklog
(Continuation<Void> continueNormal)