Category Archives: hazelcast

Khóa học miễn phí Hazelcast – Useful Resources nhận dự án làm có lương

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 […]

Khóa học miễn phí Hazelcast – Serialization nhận dự án làm có lương

Hazelcast – Serialization Hazelcast is ideally used in an environment where data/query are distributed across machines. This requires data to be serialized from our Java objects to a byte array which can be transferred over the network. Hazelcast supports various types of Serialization. However, let’s look at some commonly used ones, i.e., Java Serialization and […]

Khóa học miễn phí Hazelcast – Data Structures nhận dự án làm có lương

Hazelcast – Data Structures java.util.concurrent package provides data structures such as AtomicLong, CountDownLatch, ConcurrentHashMap, etc. which are useful when you have more than one thread reading/writing data to the data structure. But to provide thread safety, all of these threads are expected to be on a single JVM/machine. There are two major benefits of distributing […]