Uses of Interface
org.infinispan.interceptors.InvocationSuccessFunction
-
Packages that use InvocationSuccessFunction Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of InvocationSuccessFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationSuccessFunction Modifier and Type Method Description <C extends VisitableCommand>
ObjectBaseAsyncInterceptor. invokeNextThenApply(InvocationContext ctx, C command, InvocationSuccessFunction<C> function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.ObjectExceptionSyncInvocationStage. thenApply(InvocationContext ctx, VisitableCommand command, InvocationSuccessFunction function)<C extends VisitableCommand>
ObjectInvocationStage. thenApply(InvocationContext ctx, C command, InvocationSuccessFunction<C> function)After the current stage completes successfully, invokefunctionand return its result.<C extends VisitableCommand>
ObjectSyncInvocationStage. thenApply(InvocationContext ctx, C command, InvocationSuccessFunction<C> function)<C extends VisitableCommand>
InvocationStageInvocationStage. thenApplyMakeStage(InvocationContext ctx, C command, InvocationSuccessFunction<C> function)After the current stage completes successfully, invokefunctionand return its result.<C extends VisitableCommand>
InvocationStageSyncInvocationStage. thenApplyMakeStage(InvocationContext ctx, C command, InvocationSuccessFunction<C> function)After the current stage completes successfully, invokefunctionand return its result. -
Uses of InvocationSuccessFunction in org.infinispan.interceptors.distribution
Subinterfaces of InvocationSuccessFunction in org.infinispan.interceptors.distribution Modifier and Type Interface Description protected static interfaceBaseDistributionInterceptor.ReadManyCommandHelper<C extends VisitableCommand>Classes in org.infinispan.interceptors.distribution that implement InvocationSuccessFunction Modifier and Type Class Description protected classBaseDistributionInterceptor.ReadOnlyManyHelperprotected classScatteredDistributionInterceptor.PrimaryResponseHandler -
Uses of InvocationSuccessFunction in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement InvocationSuccessFunction Modifier and Type Class Description classMultiSubCommandInvokerInvoke a sequence of sub-commands.Fields in org.infinispan.interceptors.impl declared as InvocationSuccessFunction Modifier and Type Field Description protected InvocationSuccessFunction<PutMapCommand>CacheWriterInterceptor. handlePutMapCommandReturnMethods in org.infinispan.interceptors.impl with parameters of type InvocationSuccessFunction Modifier and Type Method Description protected <P extends PrepareCommand>
ObjectEntryWrappingInterceptor. wrapEntriesForPrepareAndApply(TxInvocationContext ctx, P command, InvocationSuccessFunction<P> handler)
-