Uses of Class
org.infinispan.interceptors.BaseAsyncInterceptor
Packages that use BaseAsyncInterceptor
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of BaseAsyncInterceptor in org.infinispan.extendedstats.topK
Subclasses of BaseAsyncInterceptor in org.infinispan.extendedstats.topKModifier and TypeClassDescriptionclass
Intercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of BaseAsyncInterceptor in org.infinispan.extendedstats.wrappers
Subclasses of BaseAsyncInterceptor in org.infinispan.extendedstats.wrappersModifier and TypeClassDescriptionclass
Take the statistics about relevant visitable commands. -
Uses of BaseAsyncInterceptor in org.infinispan.interceptors
Subclasses of BaseAsyncInterceptor in org.infinispan.interceptorsModifier 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
Subclasses of BaseAsyncInterceptor in org.infinispan.partitionhandling.impl