Class CommandDispatcherRequestCorrelator
java.lang.Object
org.jgroups.blocks.RequestCorrelator
org.wildfly.clustering.server.infinispan.dispatcher.CommandDispatcherRequestCorrelator
public class CommandDispatcherRequestCorrelator
extends org.jgroups.blocks.RequestCorrelator
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jgroups.blocks.RequestCorrelator
org.jgroups.blocks.RequestCorrelator.Header, org.jgroups.blocks.RequestCorrelator.MultiDestinationHeader, org.jgroups.blocks.RequestCorrelator.MyProbeHandler, org.jgroups.blocks.RequestCorrelator.ResponseImpl -
Field Summary
Fields inherited from class org.jgroups.blocks.RequestCorrelator
async_dispatching, async_rsp_handling, avg_req_delivery, avg_rsp_delivery, common_pool, corr_id, down_prot, local_addr, log, probe_handler, request_handler, REQUEST_ID, requests, rpc_stats, started, view, wrap_exceptions -
Constructor Summary
ConstructorsConstructorDescriptionCommandDispatcherRequestCorrelator(org.jgroups.JChannel channel, org.jgroups.blocks.RequestHandler handler, ChannelCommandDispatcherFactoryConfiguration config) -
Method Summary
Methods inherited from class org.jgroups.blocks.RequestCorrelator
addEntry, asyncDispatching, asyncDispatching, asyncRspHandling, asyncRspHandling, done, getLocalAddress, handleRequest, handleResponse, iterate, makeReply, receive, receiveMessage, receiveMessageBatch, receiveView, registerProbeHandler, removeEntry, sendAnycastRequest, sendMulticastRequest, sendResponse, sendUnicastRequest, setLocalAddress, setRequestHandler, setSiteUnreachable, skip, start, stop, unregisterProbeHandler, wrapExceptions, wrapExceptions
-
Constructor Details
-
CommandDispatcherRequestCorrelator
public CommandDispatcherRequestCorrelator(org.jgroups.JChannel channel, org.jgroups.blocks.RequestHandler handler, ChannelCommandDispatcherFactoryConfiguration config)
-
-
Method Details
-
dispatch
protected void dispatch(org.jgroups.Message message, org.jgroups.blocks.RequestCorrelator.Header header) - Overrides:
dispatchin classorg.jgroups.blocks.RequestCorrelator
-
sendReply
protected void sendReply(org.jgroups.Message request, long requestId, Object reply, boolean exception) - Overrides:
sendReplyin classorg.jgroups.blocks.RequestCorrelator
-