Uses of Class
org.infinispan.interceptors.InvocationStage
-
Packages that use InvocationStage Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of InvocationStage in org.infinispan.interceptors
Subclasses of InvocationStage in org.infinispan.interceptors Modifier and Type Class Description classSyncInvocationStageMethods in org.infinispan.interceptors that return InvocationStage Modifier and Type Method Description static InvocationStageBaseAsyncInterceptor. asyncValue(java.util.concurrent.CompletionStage<?> valueFuture)Suspend the invocation untilvalueFuturecompletes, then return its result without running the remaining interceptors.static InvocationStageBaseAsyncInterceptor. makeStage(java.lang.Object rv)Encode the result of anBaseAsyncInterceptor.invokeNext(InvocationContext, VisitableCommand)in anInvocationStage.Methods in org.infinispan.interceptors with parameters of type InvocationStage Modifier and Type Method Description java.lang.ObjectBaseAsyncInterceptor. asyncInvokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationStage invocationStage)Suspend the invocation untilinvocationStagecompletes, then if successful invoke the next interceptor. -
Uses of InvocationStage in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks that return InvocationStage Modifier and Type Method Description InvocationStageExtendedLockPromise. toInvocationStage(java.util.function.Supplier<TimeoutException> timeoutSupplier)InvocationStageLockPromise. toInvocationStage()
-