Uses of Class
org.apache.arrow.memory.AllocationOutcomeDetails
Packages that use AllocationOutcomeDetails
-
Uses of AllocationOutcomeDetails in org.apache.arrow.memory
Methods in org.apache.arrow.memory that return types with arguments of type AllocationOutcomeDetailsModifier and TypeMethodDescriptionAllocationOutcome.getDetails()
Get additional details of the allocation (like the status at each allocator in the hierarchy).OutOfMemoryException.getOutcomeDetails()
Constructor parameters in org.apache.arrow.memory with type arguments of type AllocationOutcomeDetailsModifierConstructorDescriptionOutOfMemoryException
(String message, Optional<AllocationOutcomeDetails> details)