Interface | Description |
---|---|
LocalReplicatedMapStats |
Local replicated map statistics to be used by
MemberState
implementations. |
ReplicatedMap<K,V> |
A ReplicatedMap is a map data structure with weak consistency
and has entries stored locally on every node of the cluster.
|
Exception | Description |
---|---|
ReplicatedMapCantBeCreatedOnLiteMemberException |
Thrown when
HazelcastInstance.getReplicatedMap(String) is invoked on a lite member. |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.