Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
Modifier and Type | Class and Description |
---|---|
class |
AllPartitionsClientRequest |
class |
AuthenticationRequest |
class |
BaseClientRemoveListenerRequest |
class |
CallableClientRequest |
class |
ClientCreateRequest |
class |
ClientDestroyRequest |
class |
DistributedObjectListenerRequest |
class |
GetDistributedObjectsRequest |
class |
InvocationClientRequest |
class |
KeyBasedClientRequest |
class |
MultiPartitionClientRequest |
class |
MultiTargetClientRequest |
class |
PartitionClientRequest |
class |
RemoveDistributedObjectListenerRequest
When a connection does not respond to heart-beat we switch the listeners to another endpoint
If somehow connection starts to respond heart-beat we need to signal the endpoint to remove the listeners
This class is used for this purpose because of backward-compatibility
|
class |
TargetClientRequest |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ClientProxy.invoke(ClientRequest req) |
protected <T> T |
ClientProxy.invoke(ClientRequest req,
com.hazelcast.nio.Address address) |
protected <T> T |
ClientProxy.invoke(ClientRequest req,
Object key) |
protected <T> T |
ClientProxy.invokeInterruptibly(ClientRequest req,
Object key) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnKeyOwner(ClientRequest request,
Object key) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnKeyOwner(ClientRequest request,
Object key,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnRandomTarget(ClientRequest request) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnRandomTarget(ClientRequest request,
EventHandler handler) |
<T> ICompletableFuture<T> |
ClientInvocationService.invokeOnTarget(ClientRequest request,
com.hazelcast.nio.Address target) |
<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.