Package org.apache.arrow.memory
Class DefaultAllocationManagerOption
java.lang.Object
org.apache.arrow.memory.DefaultAllocationManagerOption
A class for choosing the default allocation manager.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The allocation manager type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default allocation manager type.
-
Field Details
-
ALLOCATION_MANAGER_TYPE_ENV_NAME
The environmental variable to set the default allocation manager type.- See Also:
-
ALLOCATION_MANAGER_TYPE_PROPERTY_NAME
The system property to set the default allocation manager type.- See Also:
-
-
Constructor Details
-
DefaultAllocationManagerOption
public DefaultAllocationManagerOption()
-
-
Method Details
-
getDefaultAllocationManagerType
public static DefaultAllocationManagerOption.AllocationManagerType getDefaultAllocationManagerType()Returns the default allocation manager type.- Returns:
- the default allocation manager type.
-