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