Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Class and Description |
---|
Client
The Client interface allows to get information about
a connected client's socket address, type and UUID.
|
ClientListener
The ClientListener provides the ability to listen to clients connecting and disconnecting from the member.
|
UndefinedErrorCodeException
This exception is thrown when an exception that is coming from server is not recognized by the protocol and
it can not be constructed by the client via reflection.
|
Class and Description |
---|
LoadBalancer
LoadBalancer allows you to send operations to one of a number of endpoints (members). |
Class and Description |
---|
LoadBalancer
LoadBalancer allows you to send operations to one of a number of endpoints (members). |
Class and Description |
---|
ClientService
ClientService allows you to query connected
Client s and
attach/detach ClientListener s to listen to connection events. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.