I am using Hazelcast v2.5. I have a few doubts related to partitioning in a cluster.
How are the partitions identified ?
When a m.get request is made how does Hazelcast identify in which partition the data resides? ( apart from the key )
How is partitioning done when a new member joins the cluster?
Can I get the entries in a partition if partition-ID is entered?