public class BasicInvocationBuilder extends InvocationBuilder
InvocationBuilder
that is tied to the BasicOperationService
.callback, callTimeout, DEFAULT_CALL_TIMEOUT, DEFAULT_DESERIALIZE_RESULT, DEFAULT_REPLICA_INDEX, DEFAULT_TRY_COUNT, DEFAULT_TRY_PAUSE_MILLIS, executorName, nodeEngine, op, partitionId, replicaIndex, resultDeserialized, serviceName, target, tryCount, tryPauseMillis
Constructor and Description |
---|
BasicInvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
Address target) |
BasicInvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
InternalCompletableFuture |
invoke() |
getCallback, getCallTimeout, getExecutorName, getOp, getPartitionId, getReplicaIndex, getServiceName, getTarget, getTryCount, getTryPauseMillis, isResultDeserialized, setCallback, setCallTimeout, setExecutorName, setReplicaIndex, setResultDeserialized, setTryCount, setTryPauseMillis
public BasicInvocationBuilder(NodeEngineImpl nodeEngine, String serviceName, Operation op, int partitionId)
public BasicInvocationBuilder(NodeEngineImpl nodeEngine, String serviceName, Operation op, Address target)
public InternalCompletableFuture invoke()
invoke
in class InvocationBuilder
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.