Retrieves information about the partition count, the partition owner or the partitionId of a key.
Returns partition count of the connected cluster. If partition table is not fetched yet, this method returns 0.
0
the partition count
Computes the partition id for a given key.
the partition id.
ClientOfflineError if the partition table has not arrived yet.
HazelcastSerializationError if key cannot be serialized
Returns UUID of owner member for a given partition id.
UUID of the owner of the partition or undefined if a partition is not assigned yet
undefined
partition id
Generated using TypeDoc
Retrieves information about the partition count, the partition owner or the partitionId of a key.