com.hazelcast.spi.impl
Class BasicInvocationBuilder

java.lang.Object
  extended by com.hazelcast.spi.InvocationBuilder
      extended by com.hazelcast.spi.impl.BasicInvocationBuilder

public class BasicInvocationBuilder
extends InvocationBuilder

An InvocationBuilder that is tied to the BasicOperationService.


Field Summary
 
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
 
Constructor Summary
BasicInvocationBuilder(NodeEngineImpl nodeEngine, String serviceName, Operation op, Address target)
           
BasicInvocationBuilder(NodeEngineImpl nodeEngine, String serviceName, Operation op, int partitionId)
           
 
Method Summary
 InternalCompletableFuture invoke()
           
 
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
 

Constructor Detail

BasicInvocationBuilder

public BasicInvocationBuilder(NodeEngineImpl nodeEngine,
                              String serviceName,
                              Operation op,
                              int partitionId)

BasicInvocationBuilder

public BasicInvocationBuilder(NodeEngineImpl nodeEngine,
                              String serviceName,
                              Operation op,
                              Address target)
Method Detail

invoke

public InternalCompletableFuture invoke()
Specified by:
invoke in class InvocationBuilder


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.