|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationBuilder | |
---|---|
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. |
Uses of InvocationBuilder in com.hazelcast.client.impl.client |
---|
Methods in com.hazelcast.client.impl.client that return InvocationBuilder | |
---|---|
protected InvocationBuilder |
InvocationClientRequest.createInvocationBuilder(String serviceName,
Operation op,
Address target)
|
protected InvocationBuilder |
InvocationClientRequest.createInvocationBuilder(String serviceName,
Operation op,
int partitionId)
|
Uses of InvocationBuilder in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return InvocationBuilder | |
---|---|
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. |
Uses of InvocationBuilder in com.hazelcast.spi.impl |
---|
Subclasses of InvocationBuilder in com.hazelcast.spi.impl | |
---|---|
class |
BasicInvocationBuilder
An InvocationBuilder that is tied to the BasicOperationService . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |