Uses of Interface
org.infinispan.remoting.inboundhandler.action.Action
-
Packages that use Action Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action -
-
Uses of Action in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler that implement Action Modifier and Type Class Description classTrianglePerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm. -
Uses of Action in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement Action Modifier and Type Class Description classBaseLockingActionA baseActionimplementation for locking.classCheckTopologyActionAnActionimplementation that checks if the command topology id is valid.classTriangleOrderActionAnActionthat checks if the command is the next to be executed.Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type Action Constructor Description DefaultReadyAction(ActionState state, Action... actions)
-