Uses of Interface
org.infinispan.interceptors.InvocationSuccessFunction
Packages that use InvocationSuccessFunction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with cross-site replication.
-
Uses of InvocationSuccessFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationSuccessFunctionModifier and TypeMethodDescriptionfinal <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.ExceptionSyncInvocationStage.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.distributionModifier and TypeInterfaceDescriptionprotected static interfaceClasses in org.infinispan.interceptors.distribution that implement InvocationSuccessFunctionFields in org.infinispan.interceptors.distribution declared as InvocationSuccessFunctionModifier and TypeFieldDescriptionprotected final InvocationSuccessFunction<C> WriteManyCommandHelper.remoteCallbackMethods in org.infinispan.interceptors.distribution that return InvocationSuccessFunctionConstructor parameters in org.infinispan.interceptors.distribution with type arguments of type InvocationSuccessFunctionModifierConstructorDescriptionprotectedWriteManyCommandHelper(Function<WriteManyCommandHelper<C, ?, ?>, InvocationSuccessFunction<C>> createRemoteCallback) -
Uses of InvocationSuccessFunction in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement InvocationSuccessFunctionFields in org.infinispan.interceptors.impl declared as InvocationSuccessFunctionModifier and TypeFieldDescriptionprotected final InvocationSuccessFunction<PutMapCommand> CacheWriterInterceptor.handlePutMapCommandReturnMethods in org.infinispan.interceptors.impl with parameters of type InvocationSuccessFunctionModifier and TypeMethodDescriptionprotected final <P extends PrepareCommand>
ObjectEntryWrappingInterceptor.wrapEntriesForPrepareAndApply(TxInvocationContext ctx, P command, InvocationSuccessFunction<P> handler) -
Uses of InvocationSuccessFunction in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite declared as InvocationSuccessFunctionModifier and TypeFieldDescriptionprotected final InvocationSuccessFunction<DataWriteCommand> BaseBackupInterceptor.handleSingleKeyWriteReturn