Uses of Package
com.hazelcast.client
Package
Description
Contains classes/interfaces related to Client
Contains classes related to config for com.hazelcast.client
This package contains some utility classes and the base implementations of the
loadbalancer implementations
Provides core API interfaces/classes.
-
ClassDescriptionThe Client interface allows to get information about a connected client's socket address, type and UUID.The ClientListener provides the ability to listen to clients connecting and disconnecting from the member.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.
-
ClassDescription
LoadBalancer
allows you to send operations to one of a number of endpoints (members). -
ClassDescription
LoadBalancer
allows you to send operations to one of a number of endpoints (members). -
ClassDescriptionClientService allows you to query connected
Client
s and attach/detachClientListener
s to listen to connection events.