Uses of Interface
org.infinispan.commands.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
Modifier and TypeClassDescriptionclass
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.Modifier 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
Modifier and TypeMethodDescriptionTouchCommand.acceptVisitor
(InvocationContext ctx, Visitor visitor) -
Uses of Visitor 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 Visitor in org.infinispan.partitionhandling.impl