Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
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 |
ClientSmartInvocationServiceImpl.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
ClientNonSmartInvocationServiceImpl.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
ClientSmartInvocationServiceImpl.invokeOnPartitionOwner(ClientInvocation invocation,
int partitionId) |
void |
ClientNonSmartInvocationServiceImpl.invokeOnPartitionOwner(ClientInvocation invocation,
int partitionId) |
void |
ClientSmartInvocationServiceImpl.invokeOnRandomTarget(ClientInvocation invocation) |
void |
ClientNonSmartInvocationServiceImpl.invokeOnRandomTarget(ClientInvocation invocation) |
void |
ClientSmartInvocationServiceImpl.invokeOnTarget(ClientInvocation invocation,
Address target) |
void |
ClientNonSmartInvocationServiceImpl.invokeOnTarget(ClientInvocation invocation,
Address target) |
Constructor and Description |
---|
ClientInvocationFuture(ClientInvocation invocation,
HazelcastClientInstanceImpl client,
ClientMessage clientMessage) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.