Uses of Class
org.apache.druid.frame.allocation.ArenaMemoryAllocator
Packages that use ArenaMemoryAllocator
-
Uses of ArenaMemoryAllocator in org.apache.druid.frame.allocation
Methods in org.apache.druid.frame.allocation that return ArenaMemoryAllocatorModifier and TypeMethodDescriptionstatic ArenaMemoryAllocatorArenaMemoryAllocator.create(ByteBuffer buffer) Creates an allocator based on a specificByteBuffer.static ArenaMemoryAllocatorArenaMemoryAllocator.createOnHeap(int capacity) Creates an allocator of a specific size using an on-heapByteBuffer.