Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文档中的所有示例均针对 map、queue 和 set 提供。任何帮助表示赞赏。
我认为您在 Hazelcast 中没有这种可能性。我在 Hazelcast 中见过(并使用过)的唯一持久性是用于分布式地图的 MapStore/MapLoader。
请参阅此处的 javadoc:http ://www.hazelcast.com/docs/2.5/javadoc 。尤其是 MapStore:http ://www.hazelcast.com/docs/2.5/javadoc/com/hazelcast/core/MapStore.html 。