| Interface | Description |
|---|---|
| HashingMap<K,V> |
Interface of all map implementations based on hash-coding.
|
| MapInternals | |
| Segment<K,V> |
Implemented by maps that can be used as segments in a concurrent map.
|
| Class | Description |
|---|---|
| AbstractLockedOffHeapHashMap<K,V> |
An abstract locked off-heap map.
|
| AbstractOffHeapClockCache<K,V> |
An abstract off-heap cache implementation.
|
| Metadata | |
| MetadataTuple<V> | |
| OffHeapHashMap<K,V> |
A hash-table implementation whose table is stored in an NIO direct buffer.
|
| ReadWriteLockedOffHeapClockCache<K,V> |
A concurrent-read, exclusive-write off-heap clock cache.
|
| ReadWriteLockedOffHeapHashMap<K,V> |
A concurrent-read, exclusive-write off-heap hash-map.
|
| WriteLockedOffHeapClockCache<K,V> |
An exclusive-read/write off-heap clock cache.
|
| WriteLockedOffHeapHashMap<K,V> |
An exclusive-read/write off-heap hash-map.
|
Copyright © 2015–2024. All rights reserved.