Uses of Interface
org.infinispan.container.offheap.OffHeapMemoryAllocator
-
Packages that use OffHeapMemoryAllocator Package Description org.infinispan.container.offheap -
-
Uses of OffHeapMemoryAllocator in org.infinispan.container.offheap
Classes in org.infinispan.container.offheap that implement OffHeapMemoryAllocator Modifier and Type Class Description class
UnpooledOffHeapMemoryAllocator
Memory allocator that just allocates memory directly usingUnsafe
.Fields in org.infinispan.container.offheap declared as OffHeapMemoryAllocator Modifier and Type Field Description protected OffHeapMemoryAllocator
OffHeapDataContainer. allocator
protected OffHeapMemoryAllocator
SegmentedBoundedOffHeapDataContainer. allocator
Constructors in org.infinispan.container.offheap with parameters of type OffHeapMemoryAllocator Constructor Description MemoryAddressHash(int pointers, org.infinispan.container.offheap.OffsetCalculator offSetCalculator, OffHeapMemoryAllocator allocator)
OffHeapConcurrentMap(int desiredSize, OffHeapMemoryAllocator allocator, OffHeapEntryFactory offHeapEntryFactory, OffHeapConcurrentMap.EntryListener listener)
-