Uses of Class
org.apache.druid.frame.allocation.HeapMemoryAllocator
-
Packages that use HeapMemoryAllocator Package Description org.apache.druid.frame.allocation -
-
Uses of HeapMemoryAllocator in org.apache.druid.frame.allocation
Methods in org.apache.druid.frame.allocation that return HeapMemoryAllocator Modifier and Type Method Description static HeapMemoryAllocatorHeapMemoryAllocator. unlimited()Create an allocator that is "unlimited", which, of course, means it is limited only by available JVM heap.
-