Package org.apache.druid.frame.allocation
-
Interface Summary Interface Description MemoryAllocator Allocator of WritableMemory.MemoryAllocatorFactory Factory forMemoryAllocator. -
Class Summary Class Description AppendableMemory A class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.ArenaMemoryAllocator Allocator that uses a reusableWritableMemoryarena.ArenaMemoryAllocatorFactory CreatesArenaMemoryAllocatoron each call toArenaMemoryAllocatorFactory.newAllocator().HeapMemoryAllocator Allocator that usesByteBuffer.allocate(int)to create chunks in the JVM heap.MemoryRange<T extends org.apache.datasketches.memory.Memory> Reference to a particular region of someMemory.SingleMemoryAllocatorFactory Wraps a singleMemoryAllocator.