Book Image

Getting Started with Hazelcast

By : Matthew Johns
Book Image

Getting Started with Hazelcast

By: Matthew Johns

Overview of this book

Table of Contents (18 chapters)
Getting Started with Hazelcast
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


Here we can see that Hazelcast has yet again attempted to integrate well into a software library eco-system, knowing that the same wheel has already been invented in order to solve various problems or provide particular functionality. Being able to work well with other popular frameworks allows us to bring in this new world of thinking into our existing stack a much smoother process.

As we have seen throughout, the technology provides us with a flexible, extensible, and dynamic data source enabling us to build data stores and structures that are truly distributed without any single point of failure. We can use various generic collections to hold our data in appropriate ways, be it for key value storage, FIFO queuing, or providing a mechanism for a cluster wide communication topic. It also provides us with additional complimentary capabilities that would normally be crow-barred into other centralized services (for example, using database row locking for cluster locks or de-duplicating...