Uses of Interface
org.apache.arrow.memory.AllocationListener
-
Uses of AllocationListener in org.apache.arrow.memory
Modifier and TypeMethodDescriptionBufferAllocator.getListener()
Returns the allocation listener used by this allocator.Modifier and TypeMethodDescriptionBufferAllocator.newChildAllocator
(String name, AllocationListener listener, long initReservation, long maxAllocation) Create a new child allocator.ModifierConstructorDescriptionRootAllocator
(AllocationListener listener, long limit) RootAllocator
(AllocationListener listener, long limit, RoundingPolicy roundingPolicy) Constructor.