Package org.apache.druid.frame.allocation
package org.apache.druid.frame.allocation
-
ClassDescriptionA class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.Allocator that uses a reusable
WritableMemoryarena.CreatesArenaMemoryAllocatoron each call toArenaMemoryAllocatorFactory.newAllocator().Allocator that usesByteBuffer.allocate(int)to create chunks in the JVM heap.Allocator of WritableMemory.Factory forMemoryAllocator.MemoryRange<T extends org.apache.datasketches.memory.Memory>Reference to a particular region of someMemory.Wraps a singleMemoryAllocator.