Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
ClientInvocationService.invokeOnPartitionOwner(ClientInvocation invocation,
int partitionId) |
void |
ClientInvocationService.invokeOnRandomTarget(ClientInvocation invocation) |
void |
ClientInvocationService.invokeOnTarget(ClientInvocation invocation,
Address target) |
Modifier and Type | Method and Description |
---|---|
ClientInvocation |
ClientInvocationFuture.getInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
NonSmartClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
SmartClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
NonSmartClientInvocationService.invokeOnPartitionOwner(ClientInvocation invocation,
int partitionId) |
void |
SmartClientInvocationService.invokeOnPartitionOwner(ClientInvocation invocation,
int partitionId) |
void |
NonSmartClientInvocationService.invokeOnRandomTarget(ClientInvocation invocation) |
void |
SmartClientInvocationService.invokeOnRandomTarget(ClientInvocation invocation) |
void |
NonSmartClientInvocationService.invokeOnTarget(ClientInvocation invocation,
Address target) |
void |
SmartClientInvocationService.invokeOnTarget(ClientInvocation invocation,
Address target) |
protected void |
AbstractClientInvocationService.send(ClientInvocation invocation,
ClientConnection connection) |
Constructor and Description |
---|
ClientInvocationFuture(ClientInvocation invocation,
Executor internalExecutor,
ClientMessage request,
ILogger logger,
CallIdSequence callIdSequence) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.