| Interface | Description |
|---|---|
| OffHeapConcurrentMap.EntryListener |
Listener interface that is notified when certain operations occur for various memory addresses.
|
| OffHeapEntryFactory |
Factory that can create
InternalCacheEntry objects that use off-heap heap memory. |
| OffHeapMemoryAllocator |
Allows for allocation of memory outside of the heap as well additional functionality surrounding it if
necessary.
|
| Class | Description |
|---|---|
| Bits |
Utility method for inserting and retrieving values from to/from a byte[]
|
| BoundedOffHeapDataContainer | |
| CorePackageImpl | |
| MemoryAddressHash | |
| OffHeapConcurrentMap |
A
ConcurrentMap implementation that stores the keys and values off the JVM heap in native heap. |
| OffHeapDataContainer | |
| OffHeapEntryFactoryImpl |
Factory that can create CacheEntry instances from off-heap memory.
|
| SegmentedBoundedOffHeapDataContainer | |
| StripedLock |
Holder for stamped locks that provides ability to retrieve them by offset and hashCode
Note that locks protect entries
|
| UnpooledOffHeapMemoryAllocator |
Memory allocator that just allocates memory directly using
Unsafe. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.