Package org.apache.drill.exec.memory
Class RootAllocatorFactory
java.lang.Object
org.apache.drill.exec.memory.RootAllocatorFactory
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferAllocator
newRoot
(long maxAlloc) static BufferAllocator
newRoot
(DrillConfig drillConfig) Create a new Root Allocator
-
Field Details
-
TOP_LEVEL_MAX_ALLOC
- See Also:
-
-
Method Details
-
newRoot
Create a new Root Allocator- Parameters:
drillConfig
- the DrillConfig- Returns:
- a new root allocator
-
newRoot
-