Uses of Interface
org.infinispan.remoting.inboundhandler.Reply
Packages that use Reply
Package
Description
Handling of inbound commands on remote nodes.
-
Uses of Reply in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as ReplyModifier and TypeFieldDescriptionstatic final ReplyReply.NO_OPprotected final ReplyBaseBlockingRunnable.replyMethods in org.infinispan.remoting.inboundhandler with parameters of type ReplyModifier and TypeMethodDescriptionprotected booleanAbstractDelegatingHandler.beforeHandle(CacheRpcCommand command, Reply reply, DeliverOrder order) Invoked before the command is handled by the realPerCacheInboundInvocationHandler.voidAbstractDelegatingHandler.handle(CacheRpcCommand command, Reply reply, DeliverOrder order) voidNonTxPerCacheInboundInvocationHandler.handle(CacheRpcCommand command, Reply reply, DeliverOrder order) voidPerCacheInboundInvocationHandler.handle(CacheRpcCommand command, Reply reply, DeliverOrder order) Handles theCacheRpcCommandfrom other node.voidTrianglePerCacheInboundInvocationHandler.handle(CacheRpcCommand command, Reply reply, DeliverOrder order) voidTxPerCacheInboundInvocationHandler.handle(CacheRpcCommand command, Reply reply, DeliverOrder order) voidGlobalInboundInvocationHandler.handleFromCluster(Address origin, ReplicableCommand command, Reply reply, DeliverOrder order) voidInboundInvocationHandler.handleFromCluster(Address origin, ReplicableCommand command, Reply reply, DeliverOrder order) Handles theReplicableCommandfrom other node belonging to local site.voidGlobalInboundInvocationHandler.handleFromRemoteSite(String origin, XSiteRequest<?> command, Reply reply, DeliverOrder order) voidInboundInvocationHandler.handleFromRemoteSite(String origin, XSiteRequest<?> command, Reply reply, DeliverOrder order) Handles theReplicableCommandfrom remote site.Constructors in org.infinispan.remoting.inboundhandler with parameters of type ReplyModifierConstructorDescriptionprotectedBaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, boolean sync) DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, TopologyMode topologyMode, int commandTopologyId, boolean sync)