Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
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,
com.hazelcast.nio.Address target,
EventHandler handler) |
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
EventHandler handler) |
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
Object partitionKey,
EventHandler handler) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.