Class RootAllocatorFactory

java.lang.Object
org.apache.drill.exec.memory.RootAllocatorFactory

public class RootAllocatorFactory extends Object
  • Field Details

  • Method Details

    • newRoot

      public static BufferAllocator newRoot(DrillConfig drillConfig)
      Create a new Root Allocator
      Parameters:
      drillConfig - the DrillConfig
      Returns:
      a new root allocator
    • newRoot

      public static BufferAllocator newRoot(long maxAlloc)