| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Arrow's memory
allocation subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LowCostIdentityHashMap<K,V extends ValueWithKeyIncluded<K>>
Highly specialized IdentityHashMap that implements only partial
Map APIs
It incurs low initial cost (just two elements by default)
It assumes Value includes the Key - Implements @ValueWithKeyIncluded iface
that provides "getKey" method
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllocationManager.BufferLedger
The reference manager that binds an allocator manager to a particular BaseAllocator.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.