Class DefaultAllocationManagerOption

java.lang.Object
org.apache.arrow.memory.DefaultAllocationManagerOption

public class DefaultAllocationManagerOption extends Object
A class for choosing the default allocation manager.
  • Field Details

    • ALLOCATION_MANAGER_TYPE_ENV_NAME

      public static final String ALLOCATION_MANAGER_TYPE_ENV_NAME
      The environmental variable to set the default allocation manager type.
      See Also:
    • ALLOCATION_MANAGER_TYPE_PROPERTY_NAME

      public static final String ALLOCATION_MANAGER_TYPE_PROPERTY_NAME
      The system property to set the default allocation manager type.
      See Also:
  • Constructor Details

    • DefaultAllocationManagerOption

      public DefaultAllocationManagerOption()
  • Method Details