Package | Description |
---|---|
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.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
com.hazelcast.executor.impl.client |
This package contains client requests for the IExecutorService.
|
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
CacheListenerRegistrationRequest.getInvocationBuilder(Operation op) |
protected InvocationBuilder |
CacheManagementConfigRequest.getInvocationBuilder(Operation op) |
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) |
protected abstract InvocationBuilder |
TargetClientRequest.getInvocationBuilder(Operation op) |
protected InvocationBuilder |
ClientCreateRequest.getInvocationBuilder(Operation op) |
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 |
---|---|
protected InvocationBuilder |
PartitionTargetCallableRequest.getInvocationBuilder(Operation op) |
protected InvocationBuilder |
SpecificTargetCallableRequest.getInvocationBuilder(Operation op) |
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
MapClearNearCacheRequest.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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
InvocationBuilderImpl
An
InvocationBuilder that is tied to the OperationServiceImpl . |
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.