Commits


Hongze Zhang authored and David Li committed dff612e6a46
ARROW-7329: [Java] AllocationManager: Allow managing different types … …of memory other than those are allocated using Netty See https://jira.apache.org/jira/browse/ARROW-7329 Closes #5973 from zhztheplayer/ARROW-7329 and squashes the following commits: c0345c0af <Hongze Zhang> Expand star import 81b10764b <Hongze Zhang> Introduce Immutables for config builder 214230e2c <Hongze Zhang> Add method BufferLedger#unwrap a38853ff0 <Hongze Zhang> Revert "Use existing test cases in TestBaseAllocator" 1309a08d5 <Hongze Zhang> Revert "Visibility change" 1e7f21bb6 <Hongze Zhang> Use existing test cases in TestBaseAllocator 8a54af43c <Hongze Zhang> Visibility change 96e3e521d <Hongze Zhang> Oops 101d52970 <Hongze Zhang> Pass config to root allocator 98901aab9 <Hongze Zhang> Use AllocationManager.Factory c049ab6e4 <Hongze Zhang> getSize() was public, should keep the visibility 13629f4cf <Hongze Zhang> Patch a4f96f3b0 <Hongze Zhang> Visibility f9891d561 <Hongze Zhang> Typo a366e9943 <Hongze Zhang> Address review comments 4ba779633 <Hongze Zhang> Inconsistency on creating AllocationManager between child and parent 7627be8f1 <Hongze Zhang> A default implementation for AllocationManager::size() 7db394b14 <Hongze Zhang> Import order 8a3f79d5d <Hongze Zhang> Correct class names in comments 1e6e844f0 <Hongze Zhang> Change class names 538a543fa <Hongze Zhang> ARROW-7329: AllocationManager: Allow managing different types of memory other than those are allocated using Netty Authored-by: Hongze Zhang <hongze.zhang@intel.com> Signed-off-by: David Li <li.davidm96@gmail.com>