Uses of Interface
org.infinispan.remoting.inboundhandler.Reply
-
Packages that use Reply Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes. -
-
Uses of Reply in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as Reply Modifier and Type Field Description static Reply
Reply. NO_OP
protected Reply
BaseBlockingRunnable. reply
Methods in org.infinispan.remoting.inboundhandler with parameters of type Reply Modifier and Type Method Description protected boolean
AbstractDelegatingHandler. beforeHandle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
Invoked before the command is handled by the realPerCacheInboundInvocationHandler
.void
AbstractDelegatingHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
void
NonTotalOrderPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
void
NonTotalOrderTxPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
void
PerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
Handles theCacheRpcCommand
from other node.void
TotalOrderTxPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
void
TrianglePerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)
void
GlobalInboundInvocationHandler. handleFromCluster(Address origin, org.infinispan.commands.ReplicableCommand command, Reply reply, DeliverOrder order)
void
InboundInvocationHandler. handleFromCluster(Address origin, org.infinispan.commands.ReplicableCommand command, Reply reply, DeliverOrder order)
Handles theReplicableCommand
from other node belonging to local site.void
GlobalInboundInvocationHandler. handleFromRemoteSite(String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)
void
InboundInvocationHandler. handleFromRemoteSite(String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)
Handles theReplicableCommand
from remote site.Constructors in org.infinispan.remoting.inboundhandler with parameters of type Reply Constructor Description BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, boolean sync)
DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler, org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, TopologyMode topologyMode, int commandTopologyId, boolean sync)
-