Package org.apache.arrow.memory
Class AllocationOutcomeDetails.Entry
java.lang.Object
org.apache.arrow.memory.AllocationOutcomeDetails.Entry
- Enclosing class:
- AllocationOutcomeDetails
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
-