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 ReplyReply. NO_OPprotected ReplyBaseBlockingRunnable. replyMethods in org.infinispan.remoting.inboundhandler with parameters of type Reply Modifier and Type Method Description protected booleanAbstractDelegatingHandler. beforeHandle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)Invoked before the command is handled by the realPerCacheInboundInvocationHandler.voidAbstractDelegatingHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)voidNonTotalOrderPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)voidNonTotalOrderTxPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)voidPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)Handles theCacheRpcCommandfrom other node.voidTotalOrderTxPerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)voidTrianglePerCacheInboundInvocationHandler. handle(org.infinispan.commands.remote.CacheRpcCommand command, Reply reply, DeliverOrder order)voidGlobalInboundInvocationHandler. handleFromCluster(Address origin, org.infinispan.commands.ReplicableCommand command, Reply reply, DeliverOrder order)voidInboundInvocationHandler. handleFromCluster(Address origin, org.infinispan.commands.ReplicableCommand command, Reply reply, DeliverOrder order)Handles theReplicableCommandfrom other node belonging to local site.voidGlobalInboundInvocationHandler. handleFromRemoteSite(String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)voidInboundInvocationHandler. handleFromRemoteSite(String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)Handles theReplicableCommandfrom 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)
-