Uses of Class
org.jgroups.util.RspList
Packages that use RspList
Package
Description
Provides building blocks that are layered on top of channels.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of RspList in org.jgroups.blocks
Fields in org.jgroups.blocks declared as RspListModifier and TypeFieldDescriptionprotected static final RspListMessageDispatcher.empty_rsplistGroupRequest.rspsCorrelates requests and responsesMethods in org.jgroups.blocks that return RspListModifier and TypeMethodDescription<T> RspList<T> RpcDispatcher.callRemoteMethods(Collection<Address> dests, String method_name, Object[] args, Class<?>[] types, RequestOptions options) Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).<T> RspList<T> RpcDispatcher.callRemoteMethods(Collection<Address> dests, MethodCall method_call, RequestOptions opts) Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).<T> RspList<T> MessageDispatcher.castMessage(Collection<Address> dests, Message msg, RequestOptions opts) Sends a message to all members and expects responses from members in dests (if non-null).GroupRequest.doAndComplete(Callable<RspList<T>> supplier) GroupRequest.get()GroupRequest.join()GroupRequest.waitForCompletion()GroupRequest.waitForCompletion(long timeout, TimeUnit unit) Methods in org.jgroups.blocks that return types with arguments of type RspListModifier and TypeMethodDescription<T> CompletableFuture<RspList<T>> RpcDispatcher.callRemoteMethodsWithFuture(Collection<Address> dests, MethodCall call, RequestOptions options) Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).<T> CompletableFuture<RspList<T>> MessageDispatcher.castMessageWithFuture(Collection<Address> dests, Message msg, RequestOptions opts) Sends a message to all members and expects responses from members in dests (if non-null).Methods in org.jgroups.blocks with parameters of type RspListMethod parameters in org.jgroups.blocks with type arguments of type RspList -
Uses of RspList in org.jgroups.tests
Methods in org.jgroups.tests that return RspList -
Uses of RspList in org.jgroups.tests.perf
Methods in org.jgroups.tests.perf that return RspListModifier and TypeMethodDescriptionprotected RspList<?> MPerfRpc.invokeRpc(short method_id, RequestOptions options, Object... args) -
Uses of RspList in org.jgroups.util
Methods in org.jgroups.util that return RspList