registration id of the listener.
Returns the distributed atomic long instance with given name.
Return configuration that this instance started with. Returned configuration object should not be modified.
Gives all known distributed objects in cluster.
Returns the distributed flake ID generator instance with given name.
Returns the distributed list instance with given name.
Gathers information of this local client.
Returns the distributed lock instance with given name.
Returns the distributed map instance with given name.
Returns the distributed multi-map instance with given name.
Returns the name of this Hazelcast instance.
name of this Hazelcast instance
Returns the distributed PN Counter instance with given name.
Returns the distributed queue instance with given name.
Returns a distributed reliable topic instance with the given name.
Returns the distributed replicated-map instance with given name.
Returns a distributed ringbuffer instance with the given name.
Returns the distributed semaphore instance with given name.
Returns the distributed set instance with given name.
Removes a distributed object listener from cluster.
id of the listener to be removed.
true
if registration is removed, false
otherwise.
Shuts down this client instance.
Creates a new client object and automatically connects to cluster.
Default ClientConfig is used when this parameter is absent.
a new client instance
Generated using TypeDoc
Registers a distributed object listener to cluster.