Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Distributed Data Structure | Type | Use Case | Comments |
---|---|---|---|
Map | Partitioned | ||
MultiMap | Partitioned | ||
Cache | Partitioned | ||
Queue | Non-Partitioned | BlockingQueue | |
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 | ||
...