Hazelcast – Useful Resources The following resources contain additional information on Hazelcast. Please use them to get more in-depth knowledge on this. Useful Links on Hazelcast − Office website of Hazelcast − Hazelcast, its history and various other terms has been explained in simple language. Useful Books on Hazelcast To enlist your site on this […]
Category Archives: hazelcast
Hazelcast – Monitoring Hazelcast provides multiple ways to monitor the cluster. We will look into how to monitor via REST API and via JMX. Let”s first look into REST API. Monitoring Hazelcast via REST API To monitor health of the cluster or member state via REST API, one has to enable REST API based communication […]
Hazelcast – Map Reduce & Aggregations MapReduce is a computation model which is useful for data processing when you have lots of data and you need multiple machines, i.e., a distributed environment to calculate data. It involves ”map”ing of data into key-value pairs and then ”reducing”, i.e., grouping these keys and performing operation on the […]