Hazelcast中是否有与Coherence tangosol.coherence.distributed.localstorage配置等效的配置?

时间:2019-06-05 15:11:24

标签: configuration hazelcast oracle-coherence

当前,我的应用程序在以Coherence作为数据网格的群集中运行,并且已对其进行配置,使得只有少数节点启用了本地分区。可以通过设置tangosol.coherence.distributed.localstorage属性来完成。

现在,我必须迁移到Hazelcast,并且要复制到Coherence当前具有的行为。 Hazelcast中是否有配置可以允许我这么做?

2 个答案:

答案 0 :(得分:0)

不。在Hazelcast中,没有与Coherencetangosol.coherence.distributed.localstorage配置相同的配置

答案 1 :(得分:0)

如果您希望拥有一个不拥有任何分区存储的集群成员,那么Hazelcast等效概念就是Lite成员。

https://docs.hazelcast.org/docs/latest/manual/html-single/#enabling-lite-members

如果要在客户端启用/禁用存储,则Hazelcast具有近缓存,类似于Coherence中的近缓存。

https://docs.hazelcast.org/docs/latest/manual/html-single/#near-cache