Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Legacy
serverSystem Jira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keyCPS-1033

...

License : CPS-1026 Hazelcast Licensing


Hazelcast has two types of distributed objects in terms of their partitioning strategies:

  1. Data structures where each partition stores a part of the instance, namely partitioned data structures.

  2. Data structures where a single partition stores the whole instance, namely non-partitioned data structures.



Distributed Data Structures

Distributed Data StructureTypeUse CaseComments

Map

Partitioned

MultiMapPartitioned

Cache Partitioned

Queue

Non-Partitioned

SetNon-Partitioned

ListNon-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/

...