- CPS-1033Getting issue details... STATUS
Overview
License : CPS-1026 Hazelcast Licensing
Hazelcast has two types of distributed objects in terms of their partitioning strategies:
Data structures where each partition stores a part of the instance, namely partitioned data structures.
Data structures where a single partition stores the whole instance, namely non-partitioned data structures.
Distributed Data Structures
Distributed Data Structure | Type | Use Case | Comments |
---|---|---|---|
Map | Partitioned | ||
MultiMap | Partitioned | ||
Cache | Partitioned | ||
Queue | Non-Partitioned | ||
Set | Non-Partitioned | ||
List | Non-Partitioned | ||
Ringbuffer | Non-Partitioned | ||
FencedLock | Non-Partitioned | ||
ISemaphore | Non-Partitioned | ||
IAtomicLong | Non-Partitioned | ||
IAtomicReference | Non-Partitioned | ||
FlakeIdGenerator | Non-Partitioned | ||
ICountdownLatch | Non-Partitioned | ||
References
https://docs.hazelcast.com/imdg/4.2/