Uses of Class
org.jgroups.blocks.RequestCorrelator
Packages that use RequestCorrelator
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of RequestCorrelator in org.jgroups.blocks
Fields in org.jgroups.blocks declared as RequestCorrelatorModifier and TypeFieldDescriptionprotected RequestCorrelatorMessageDispatcher.corrprotected final RequestCorrelatorRequest.corrMethods in org.jgroups.blocks that return RequestCorrelatorModifier and TypeMethodDescriptionRequestCorrelator.asyncDispatching(boolean flag) RequestCorrelator.asyncRspHandling(boolean f) MessageDispatcher.correlator()protected static RequestCorrelatorMessageDispatcher.createRequestCorrelator(Protocol transport, RequestHandler handler, Address local_addr) MessageDispatcher.getCorrelator()protected RequestCorrelatorRequestCorrelator.removeEntry(long req_id) RequestCorrelator.setLocalAddress(Address a) RequestCorrelator.wrapExceptions(boolean flag) Methods in org.jgroups.blocks with parameters of type RequestCorrelatorModifier and TypeMethodDescription<X extends MessageDispatcher>
XMessageDispatcher.correlator(RequestCorrelator c) <X extends MessageDispatcher>
XMessageDispatcher.setCorrelator(RequestCorrelator c) Constructors in org.jgroups.blocks with parameters of type RequestCorrelatorModifierConstructorDescriptionGroupRequest(RequestCorrelator corr, Collection<Address> targets, RequestOptions options) Request(RequestCorrelator corr, RequestOptions options) UnicastRequest(RequestCorrelator corr, Address target, RequestOptions options)