public final class InvocationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static ICompletableFuture<Object> |
invokeOnStableClusterSerial(NodeEngine nodeEngine,
Supplier<Operation> operationSupplier,
int maxRetries)
Invoke operation on all cluster members.
|
public static ICompletableFuture<Object> invokeOnStableClusterSerial(NodeEngine nodeEngine, Supplier<Operation> operationSupplier, int maxRetries)
MemberLeftException
or
TargetNotMemberException
while invoking then the iteration
is interrupted and the exception is propagated to the caller.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.