| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.task | Client tasks associated with requests. | 
| com.hazelcast.client.impl.protocol.task.cache | Client protocol tasks implementations for JCache | 
| com.hazelcast.client.impl.protocol.task.executorservice | Client protocol tasks implementations for ExecutorService | 
| com.hazelcast.client.impl.protocol.task.map | Client protocol tasks implementations for map | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract InvocationBuilder | AbstractInvocationMessageTask. getInvocationBuilder(Operation op) | 
| protected InvocationBuilder | CreateProxyMessageTask. getInvocationBuilder(Operation op) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InvocationBuilder | CacheListenerRegistrationMessageTask. getInvocationBuilder(Operation op) | 
| protected InvocationBuilder | CacheManagementConfigMessageTask. getInvocationBuilder(Operation op) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InvocationBuilder | ExecutorServiceCancelOnPartitionMessageTask. createInvocationBuilder() | 
| protected abstract InvocationBuilder | AbstractExecutorServiceCancelMessageTask. createInvocationBuilder() | 
| protected InvocationBuilder | ExecutorServiceCancelOnAddressMessageTask. createInvocationBuilder() | 
| protected InvocationBuilder | ExecutorServiceSubmitToPartitionMessageTask. getInvocationBuilder(Operation op) | 
| protected InvocationBuilder | ExecutorServiceSubmitToAddressMessageTask. getInvocationBuilder(Operation op) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InvocationBuilder | MapClearNearCacheMessageTask. getInvocationBuilder(Operation op) | 
| Modifier and Type | Method and Description | 
|---|---|
| InvocationBuilder | OperationService. createInvocationBuilder(String serviceName,
                       Operation op,
                       Address target) | 
| InvocationBuilder | OperationService. createInvocationBuilder(String serviceName,
                       Operation op,
                       int partitionId) | 
| InvocationBuilder | InvocationBuilder. setCallTimeout(long callTimeout) | 
| InvocationBuilder | InvocationBuilder. setExecutionCallback(ExecutionCallback<Object> executionCallback)Sets the ExecutionCallback. | 
| InvocationBuilder | InvocationBuilder. setReplicaIndex(int replicaIndex)Sets the replicaIndex. | 
| InvocationBuilder | InvocationBuilder. setResultDeserialized(boolean resultDeserialized)Sets the automatic deserialized option for the result. | 
| InvocationBuilder | InvocationBuilder. setTryCount(int tryCount)Sets the try count; the number of times this operation can be retried. | 
| InvocationBuilder | InvocationBuilder. setTryPauseMillis(long tryPauseMillis)Sets the pause time in milliseconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| InvocationBuilder | OperationServiceImpl. createInvocationBuilder(String serviceName,
                       Operation op,
                       Address target) | 
| InvocationBuilder | OperationServiceImpl. createInvocationBuilder(String serviceName,
                       Operation op,
                       int partitionId) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.