Uses of Interface
org.infinispan.commands.Visitor
Packages that use Visitor
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
-
Uses of Visitor in org.infinispan.commands
Classes in org.infinispan.commands that implement VisitorModifier and TypeClassDescriptionclass
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.Methods in org.infinispan.commands with parameters of type VisitorModifier and TypeMethodDescriptionVisitableCommand.acceptVisitor
(InvocationContext ctx, Visitor visitor) Accept a visitor, and return the result of accepting this visitor. -
Uses of Visitor in org.infinispan.expiration.impl
Methods in org.infinispan.expiration.impl with parameters of type VisitorModifier and TypeMethodDescriptionTouchCommand.acceptVisitor
(InvocationContext ctx, Visitor visitor) -
Uses of Visitor in org.infinispan.extendedstats.topK
Classes in org.infinispan.extendedstats.topK that implement VisitorModifier and TypeClassDescriptionclass
Intercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of Visitor in org.infinispan.extendedstats.wrappers
Classes in org.infinispan.extendedstats.wrappers that implement VisitorModifier and TypeClassDescriptionclass
Take the statistics about relevant visitable commands. -
Uses of Visitor in org.infinispan.interceptors
Classes in org.infinispan.interceptors that implement VisitorModifier 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 Visitor in org.infinispan.partitionhandling.impl
Classes in org.infinispan.partitionhandling.impl that implement Visitor