Package | Description |
---|---|
org.apache.arrow.memory |
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Arrow's memory
allocation subsystem.
|
Modifier and Type | Method and Description |
---|---|
Optional<AllocationOutcomeDetails> |
AllocationOutcome.getDetails()
Get additional details of the allocation (like the status at each allocator in the hierarchy).
|
Optional<AllocationOutcomeDetails> |
OutOfMemoryException.getOutcomeDetails() |
Constructor and Description |
---|
OutOfMemoryException(String message,
Optional<AllocationOutcomeDetails> details) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.