Uses of Package
com.hazelcast.client
-
Packages that use com.hazelcast.client Package Description com.hazelcast.client Contains classes/interfaces related to Clientcom.hazelcast.client.config Contains classes related to config for com.hazelcast.clientcom.hazelcast.client.util This package contains some utility classes and the base implementations of the loadbalancer implementationscom.hazelcast.core Provides core API interfaces/classes. -
Classes in com.hazelcast.client used by com.hazelcast.client Class 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. -
Classes in com.hazelcast.client used by com.hazelcast.client.config Class Description LoadBalancer LoadBalancer
allows you to send operations to one of a number of endpoints (members). -
Classes in com.hazelcast.client used by com.hazelcast.client.util Class Description LoadBalancer LoadBalancer
allows you to send operations to one of a number of endpoints (members). -
Classes in com.hazelcast.client used by com.hazelcast.core Class Description ClientService ClientService allows you to query connectedClient
s and attach/detachClientListener
s to listen to connection events.