|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationBuilder | |
---|---|
com.hazelcast.cache.impl.client | Hazelcast JSR-107 aka JCache implementation Client Requests |
com.hazelcast.client.impl.client | This contains the Requests and other DTO's exchanged between client/server |
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.executor.impl.client | This package contains client requests for the IExecutorService. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl.operationservice.impl | Contains the code for the InternalOperationService implementation. |
Uses of InvocationBuilder in com.hazelcast.cache.impl.client |
---|
Methods in com.hazelcast.cache.impl.client that return InvocationBuilder | |
---|---|
protected InvocationBuilder |
CacheListenerRegistrationRequest.getInvocationBuilder(Operation op)
|
protected InvocationBuilder |
CacheManagementConfigRequest.getInvocationBuilder(Operation op)
|
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)
|
protected abstract InvocationBuilder |
TargetClientRequest.getInvocationBuilder(Operation op)
|
Uses of InvocationBuilder in com.hazelcast.client.impl.protocol.task |
---|
Methods in com.hazelcast.client.impl.protocol.task that return InvocationBuilder | |
---|---|
protected abstract InvocationBuilder |
InvocationMessageTask.getInvocationBuilder(Operation op)
|
Uses of InvocationBuilder in com.hazelcast.client.impl.protocol.task.cache |
---|
Methods in com.hazelcast.client.impl.protocol.task.cache that return InvocationBuilder | |
---|---|
protected InvocationBuilder |
CacheListenerRegistrationMessageTask.getInvocationBuilder(Operation op)
|
protected InvocationBuilder |
CacheManagementConfigMessageTask.getInvocationBuilder(Operation op)
|
Uses of InvocationBuilder in com.hazelcast.client.impl.protocol.task.executorservice |
---|
Methods in com.hazelcast.client.impl.protocol.task.executorservice that return InvocationBuilder | |
---|---|
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)
|
Uses of InvocationBuilder in com.hazelcast.executor.impl.client |
---|
Methods in com.hazelcast.executor.impl.client that return InvocationBuilder | |
---|---|
protected InvocationBuilder |
PartitionTargetCallableRequest.getInvocationBuilder(Operation op)
|
protected InvocationBuilder |
SpecificTargetCallableRequest.getInvocationBuilder(Operation op)
|
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)
Deprecated. |
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. |
Uses of InvocationBuilder in com.hazelcast.spi.impl.operationservice.impl |
---|
Subclasses of InvocationBuilder in com.hazelcast.spi.impl.operationservice.impl | |
---|---|
class |
InvocationBuilderImpl
An InvocationBuilder that is tied to the OperationServiceImpl . |
Methods in com.hazelcast.spi.impl.operationservice.impl that return InvocationBuilder | |
---|---|
InvocationBuilder |
OperationServiceImpl.createInvocationBuilder(String serviceName,
Operation op,
Address target)
|
InvocationBuilder |
OperationServiceImpl.createInvocationBuilder(String serviceName,
Operation op,
int partitionId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |