Uses of Interface
com.oracle.coherence.common.base.Continuation
-
Packages that use Continuation Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.util Contains various generic utilities. -
-
Uses of Continuation in com.tangosol.net
Methods in com.tangosol.net with parameters of type Continuation Modifier and Type Method Description boolean
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 Continuation Modifier and Type Method Description boolean
ContinuousQueryCache.ConverterAsynchronousProcessor. checkBacklog(Continuation continueNormal)
-
Uses of Continuation in com.tangosol.persistence
Classes in com.tangosol.persistence that implement Continuation Modifier and Type Class Description static class
AbstractPersistenceEnvironment.DefaultFailureContinuation
Continuation implementation that accepts a Throwable and throws a PersistenceException.Fields in com.tangosol.persistence declared as Continuation Modifier and Type Field Description protected Continuation<? super T>
SafePersistenceWrappers.SafePersistenceEnvironment. f_contFailure
The failure continuation for this environment.protected Continuation<? super T>
SafePersistenceWrappers.SafePersistenceManager. f_contFailure
The failure continuation for this manager.protected Continuation<? super T>
SafePersistenceWrappers.SafePersistentStore. f_contFailure
The failure continuation for this store.Methods in com.tangosol.persistence that return Continuation Modifier and Type Method Description Continuation<? 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 Continuation 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 Continuation Constructor Description SafePersistenceEnvironment(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 Continuation Modifier and Type Class Description static class
NullImplementation.NullContinuation<R>
A Continuation that does nothing.protected class
NullImplementation.NullPersistentStore.Token
Token returned byNullImplementation.NullPersistentStore.begin(Collector, Object)
.Methods in com.tangosol.util that return Continuation Modifier and Type Method Description static <R> Continuation<R>
NullImplementation. getContinuation()
Factory method: Obtain a null implementation of aContinuation
.Methods in com.tangosol.util with parameters of type Continuation Modifier and Type Method Description boolean
AsynchronousAgent. checkBacklog(Continuation<Void> continueNormal)
-