Uses of Interface
com.oracle.coherence.common.base.Continuation
Packages that use 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
Methods in com.tangosol.net with parameters of type ContinuationModifier 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
Methods in com.tangosol.net.cache with parameters of type ContinuationModifier and TypeMethodDescriptionboolean
ContinuousQueryCache.ConverterAsynchronousProcessor.checkBacklog
(Continuation continueNormal) -
Uses of Continuation in com.tangosol.persistence
Classes in com.tangosol.persistence that implement ContinuationModifier and TypeClassDescriptionstatic class
Continuation implementation that accepts a Throwable and throws a PersistenceException.Fields in com.tangosol.persistence declared as ContinuationModifier 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.Methods in com.tangosol.persistence that return ContinuationModifier 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.Methods in com.tangosol.persistence with parameters of type ContinuationModifier 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.Constructors in com.tangosol.persistence with parameters of type ContinuationModifierConstructorDescriptionSafePersistenceEnvironment
(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
Classes in com.tangosol.util that implement ContinuationModifier and TypeClassDescriptionstatic class
A Continuation that does nothing.protected class
Token returned byNullImplementation.NullPersistentStore.begin(Collector, Object)
.Methods in com.tangosol.util that return ContinuationModifier and TypeMethodDescriptionstatic <R> Continuation
<R> NullImplementation.getContinuation()
Factory method: Obtain a null implementation of aContinuation
.Methods in com.tangosol.util with parameters of type ContinuationModifier and TypeMethodDescriptionboolean
AsynchronousAgent.checkBacklog
(Continuation<Void> continueNormal)