Uses of Package
com.hazelcast.client
Packages that use com.hazelcast.client
Package
Description
Contains classes/interfaces related to Client
Contains classes related to config for com.hazelcast.client
Provides core API interfaces/classes.
-
Classes in com.hazelcast.client used by com.hazelcast.clientClassDescriptionThe 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.
-
Classes in com.hazelcast.client used by com.hazelcast.client.configClassDescription
LoadBalancer
allows you to send operations to one of a number of endpoints (members). -
Classes in com.hazelcast.client used by com.hazelcast.coreClassDescriptionClientService allows you to query connected
Client
s and attach/detachClientListener
s to listen to connection events.