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 classUnpooledOffHeapMemoryAllocatorMemory allocator that just allocates memory directly usingUnsafe.Fields in org.infinispan.container.offheap declared as OffHeapMemoryAllocator Modifier and Type Field Description protected OffHeapMemoryAllocatorOffHeapDataContainer. allocatorprotected OffHeapMemoryAllocatorSegmentedBoundedOffHeapDataContainer. allocatorConstructors 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)
-