Uses of Class
org.infinispan.interceptors.BaseAsyncInterceptor
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of BaseAsyncInterceptor in org.infinispan.extendedstats.topK
Modifier and TypeClassDescriptionclass
Intercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of BaseAsyncInterceptor in org.infinispan.extendedstats.wrappers
Modifier and TypeClassDescriptionclass
Take the statistics about relevant visitable commands. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors
Modifier and TypeClassDescriptionclass
Anyone using theAsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)
method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors.class
Interface for async interceptors using double-dispatch. -
Uses of BaseAsyncInterceptor in org.infinispan.partitionhandling.impl