Commits


Vanco Buca authored and Sidd committed 96affdca55e
ARROW-2165: [JAVA] enhance AllocationListener with onChildAdded()/onChildRemoved() calls (#2697) * ARROW-2165: [JAVA] enhance AllocationListener with onChildAdded()/onChildRemoved() calls * AllocationListener.onChildAdded() and onChildRemoved() methods added, with default no-op implementation * Calls to onChildAdded() and onChildRemoved() implemented * Both parent and child allocator passed to the listener