Package | Description |
---|---|
com.hazelcast.client.connection.nio | |
com.hazelcast.client.spi | |
com.hazelcast.client.spi.impl | |
com.hazelcast.client.util |
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) |
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) |
Constructor and Description |
---|
ClientCallFuture(HazelcastClient client,
ClientRequest request,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
static String |
ListenerUtil.listen(ClientContext context,
ClientRequest request,
Object key,
EventHandler handler) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.