Uses of Class
org.apache.arrow.memory.AllocationOutcome
-
Uses of AllocationOutcome in org.apache.arrow.memory
Modifier and TypeMethodDescriptiondefault 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.