Uses of Class
org.apache.druid.frame.allocation.ArenaMemoryAllocator
-
Packages that use ArenaMemoryAllocator Package Description org.apache.druid.frame.allocation -
-
Uses of ArenaMemoryAllocator in org.apache.druid.frame.allocation
Methods in org.apache.druid.frame.allocation that return ArenaMemoryAllocator Modifier and Type Method Description static 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.
-