Package | Description |
---|---|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
InvocationClientRequest.createInvocationBuilder(String serviceName,
Operation op,
Address target) |
protected InvocationBuilder |
InvocationClientRequest.createInvocationBuilder(String serviceName,
Operation op,
int partitionId) |
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.setCallback(Callback<Object> callback) |
InvocationBuilder |
InvocationBuilder.setCallTimeout(long callTimeout) |
InvocationBuilder |
InvocationBuilder.setExecutorName(String executorName)
Sets the executor name.
|
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 millis.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicInvocationBuilder
An
InvocationBuilder that is tied to the BasicOperationService . |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.