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