Hazelcast 简明教程

Hazelcast Tutorial

Hazelcast 是一个分布式 IMDG,即内存数据网格,被日产、摩根大通、Tmobile 等公司广泛用于各个行业。

Hazelcast is a distributed IMDG, i.e. in-memory data grid, which is used widely across industries by companies like Nissan, JPMorgan, Tmobile, to name a few.

它提供各种丰富功能,包括用于存储键值对的分布式缓存、用于创建和使用分布式数据结构的构造以及在集群中的节点之间分配您的计算和查询的方法。

It offers various rich features including distributed cache to store key-value pairs, constructs to create and use distributed data structure, and a way to distribute your computation and queries among nodes in a cluster.

Hazelcast 是开发需要高可扩展性、性能和可用性的应用程序时非常有用的工具。

Hazelcast is a very useful tool in developing applications that require high scalability, performance, and availability.

Audience

本教程深入探讨了使 Hazelcast 成为非常有用的工具的各种特性。它针对希望开发高度可扩展且高性能的应用程序的软件专业人员。学习本教程后,您将对 Hazelcast 及其用法有中级认识。

This tutorial deep dives into various features that make Hazelcast a very useful tool. It is directed towards software professionals who want to develop highly scalable and performant applications. Post this tutorial, you would have intermediate knowledge of Hazelcast and its usage.

Prerequisites

为了充分利用本教程,您应具备数据结构的工作知识,而对 Java 的了解则较好。

To make the most of this tutorial, you should have working knowledge of Data Structures, while having some exposure to Java is preferable.