Uses of Class
org.apache.arrow.memory.AllocationOutcomeDetails
-
Uses of AllocationOutcomeDetails in org.apache.arrow.memory
Modifier and TypeMethodDescriptionAllocationOutcome.getDetails()
Get additional details of the allocation (like the status at each allocator in the hierarchy).OutOfMemoryException.getOutcomeDetails()
ModifierConstructorDescriptionOutOfMemoryException
(String message, Optional<AllocationOutcomeDetails> details)