Package org.infinispan.container.offheap
-
Interface Summary Interface Description OffHeapConcurrentMap.EntryListener Listener interface that is notified when certain operations occur for various memory addresses.OffHeapEntryFactory Factory that can createInternalCacheEntry
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 Summary Class Description Bits Utility method for inserting and retrieving values from to/from a byte[]BoundedOffHeapDataContainer MemoryAddressHash OffHeapConcurrentMap OffHeapDataContainer OffHeapEntryFactoryImpl Factory that can create CacheEntry instances from off-heap memory.SegmentedBoundedOffHeapDataContainer StripedLock Holder for read write locks that provides ability to retrieve them by offset and hashCode Note that locks protect entriesUnpooledOffHeapMemoryAllocator Memory allocator that just allocates memory directly usingUnsafe
.