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 class
TrianglePerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation 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 class
BaseLockingAction
A baseAction
implementation for locking.class
CheckTopologyAction
AnAction
implementation that checks if the command topology id is valid.class
LockAction
AnAction
implementation that acquire the locks.class
PendingTxAction
AnAction
implementation that check for older topology transactions.class
TriangleOrderAction
AnAction
that 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)
-