Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
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 |
---|---|
EventHandler |
ClientConnection.getEventHandler(int callId) |
Modifier and Type | Method and Description |
---|---|
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnKeyOwner(ClientRequest request,
Object key,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnRandomTarget(ClientRequest request,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnTarget(ClientRequest request,
Address target,
EventHandler handler) |
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
EventHandler handler) |
String |
ClientListenerService.listen(ClientRequest request,
Object key,
EventHandler handler) |
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
Object partitionKey,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientCallFuture.getHandler() |
Modifier and Type | Method and Description |
---|---|
<T> ICompletableFuture<T> |
ClientInvocationServiceImpl.invokeOnKeyOwner(ClientRequest request,
Object key,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationServiceImpl.invokeOnRandomTarget(ClientRequest request,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationServiceImpl.invokeOnTarget(ClientRequest request,
Address target,
EventHandler handler) |
String |
ClientListenerServiceImpl.listen(ClientRequest request,
Object key,
EventHandler handler) |
Constructor and Description |
---|
ClientCallFuture(HazelcastClientInstanceImpl client,
ClientRequest request,
EventHandler handler) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.