1.Trying to create a cluster using Hazelcast. In case of data backup:
<hazelcast>
<map name="**default**">
<backup-count>1</backup-count>
</map>
</hazelcast>
From the above snippet, just wanted to clarify what does "default" map name stands for? does it mean that all maps will have backup count 1, or the map name "default" will have a backup count of 1.
- Is there a way I can iterate over all the maps across the cluster ?