Package com.hazelcast.client
package com.hazelcast.client
Contains classes/interfaces related to Client
-
ClassDescriptionA
HazelcastException
that is thrown when there is an Authentication failure: e.g.The 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.AHazelcastException
that is thrown when the client can not use a cluster.To clear resources of the client upon OutOfMemoryClientService allows you to query connectedClient
s and attach/detachClientListener
s to listen to connection events.The HazelcastClient is comparable to theHazelcast
class and provides the ability the create and manage Hazelcast clients.Thrown when Hazelcast client is not active during an invocation.Thrown when Hazelcast client is offline during an invocation.LoadBalancer
allows you to send operations to one of a number of endpoints (members).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.An UnsupportedClusterVersionException is thrown when a Hazelcast Client attempts to connect to a cluster with a configuration that is not supported by the cluster version.An UnsupportedRoutingModeException is thrown when a Hazelcast Client is configured with aRoutingMode
that is not supported by the cluster.