See: Description
| Interface | Description |
|---|---|
| ClientEndpoint |
Represents an endpoint to a client.
|
| ClientEndpointManager |
A manager for
ClientEndpoints. |
| ClientEngine |
The client Engine.
|
| ClientExtension |
ClientExtension is a client extension mechanism to be able to plug different implementations of
some modules, like;
InternalSerializationService etc. |
| ClientSelector |
| Class | Description |
|---|---|
| ClientBackupAwareResponse |
Response of Invocations when client is backup aware
Carries number of backups which will be delegated to clients
|
| ClientDataSerializerHook | |
| ClientDelegatingFuture<V> |
The Client Delegating Future is used to delegate
ClientInvocationFuture to a user type to be used with further computation stages or
get(). |
| ClientEndpointImpl |
The
ClientEndpoint and Client implementation. |
| ClientEndpointManagerImpl |
Manages and stores
ClientEndpointImpls. |
| ClientEngineImpl |
Class that requests, listeners from client handled in node side.
|
| ClientEvent |
Event used for notification of client connection and disconnection
|
| ClientHeartbeatMonitor |
Monitors client heartbeats..
|
| ClientImpl |
Default
Client implementation. |
| ClientInterceptingDelegatingFuture<V> |
A specialization of
ClientDelegatingFuture that allows to set an interceptor to be executed
from user thread on ClientInterceptingDelegatingFuture.get(), ClientInterceptingDelegatingFuture.join() or ClientInterceptingDelegatingFuture.joinInternal(). |
| ClientLifecycleMonitor |
Monitors client connections across cluster.
|
| ClientPartitionListenerService | |
| ClientSelectors | |
| ClientServiceProxy |
The default implementation of the
ClientService. |
| ClientTypes |
Constants class that contains the different types of clients.
|
| CollectRemoteTransactionsOperationSupplier | |
| CompositeMessageTaskFactory | |
| MemberImpl |
Client side specific Member implementation.
|
| NoOpClientEngine |
| Enum | Description |
|---|---|
| ClientEventType |
Event type used for client connection and disconnect events
|
| Exception | Description |
|---|---|
| StubAuthenticationException |
This is equivalent of AuthenticationException from client side.
|
Implementation classes of the com.hazelcast.client interfaces
Copyright © 2019 Hazelcast, Inc.. All rights reserved.