Class AllocationOutcomeDetails

java.lang.Object
org.apache.arrow.memory.AllocationOutcomeDetails

public class AllocationOutcomeDetails extends Object
Captures details of allocation for each accountant in the hierarchical chain.
  • Method Details

    • getFailedAllocator

      public @Nullable BufferAllocator getFailedAllocator()
      Get the allocator that caused the failure.
      Returns:
      the allocator that caused failure, null if there was no failure.
    • toString

      public String toString()
      Overrides:
      toString in class Object