Package org.apache.drill.exec.memory
Class RootAllocatorFactory
java.lang.Object
org.apache.drill.exec.memory.RootAllocatorFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferAllocatornewRoot(long maxAlloc) static BufferAllocatornewRoot(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
-