com.hazelcast.spi.impl
Class BasicInvocationBuilder
java.lang.Object
com.hazelcast.spi.InvocationBuilder
com.hazelcast.spi.impl.BasicInvocationBuilder
public class BasicInvocationBuilder
- extends InvocationBuilder
An InvocationBuilder
that is tied to the BasicOperationService
.
Fields inherited from class com.hazelcast.spi.InvocationBuilder |
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 |
Methods inherited from class com.hazelcast.spi.InvocationBuilder |
getCallback, getCallTimeout, getExecutorName, getOp, getPartitionId, getReplicaIndex, getServiceName, getTarget, getTryCount, getTryPauseMillis, isResultDeserialized, setCallback, setCallTimeout, setExecutorName, setReplicaIndex, setResultDeserialized, setTryCount, setTryPauseMillis |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicInvocationBuilder
public BasicInvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId)
BasicInvocationBuilder
public BasicInvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
Address target)
invoke
public InternalCompletableFuture invoke()
- Specified by:
invoke
in class InvocationBuilder
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.