Uses of Class
org.jgroups.blocks.MethodCall
Packages that use MethodCall
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of MethodCall in org.jgroups.blocks
Methods in org.jgroups.blocks that return MethodCallMethods in org.jgroups.blocks that return types with arguments of type MethodCallMethods in org.jgroups.blocks with parameters of type MethodCallModifier and TypeMethodDescription<T> TRpcDispatcher.callRemoteMethod(Address dest, MethodCall call, RequestOptions options) Invokes a method in a cluster member and - if blocking - returns the result<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> 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<T> RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall call, RequestOptions opts) Invokes a method in a cluster member and - if blocking - returns the result -
Uses of MethodCall in org.jgroups.tests.perf
Subclasses of MethodCall in org.jgroups.tests.perfModifier and TypeClassDescriptionstatic classAbstract class which uses IDs for methods.static classstatic classMethods in org.jgroups.tests.perf that return types with arguments of type MethodCallModifier and TypeMethodDescriptionSupplier<? extends MethodCall> PerfUtil.CustomCall.create()Supplier<? extends MethodCall> PerfUtil.GetCall.create()Supplier<? extends MethodCall> PerfUtil.PutCall.create()