| 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 |
|---|---|
static AllocationOutcome |
AllocationOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationOutcome[] |
AllocationOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AllocationListener.onFailedAllocation(long size,
AllocationOutcome outcome)
Called whenever an allocation failed, giving the caller a chance to create some space in the allocator
(either by freeing some resource, or by changing the limit), and, if successful, allowing the allocator
to retry the allocation.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.