Class AllocationOutcomeDetails.Entry

java.lang.Object
org.apache.arrow.memory.AllocationOutcomeDetails.Entry
Enclosing class:
AllocationOutcomeDetails

public static class AllocationOutcomeDetails.Entry extends Object
Outcome of the allocation request at one accountant in the hierarchy.
  • Method Details

    • getAccountant

      public org.apache.arrow.memory.Accountant getAccountant()
    • getLimit

      public long getLimit()
    • getUsed

      public long getUsed()
    • getRequestedSize

      public long getRequestedSize()
    • getAllocatedSize

      public long getAllocatedSize()
    • isAllocationFailed

      public boolean isAllocationFailed()
    • toString

      public String toString()
      Overrides:
      toString in class Object