| Package | Description |
|---|---|
| io.netty.buffer | |
| 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.
|
| Constructor and Description |
|---|
ArrowBuf(AtomicInteger refCnt,
AllocationManager.BufferLedger ledger,
UnsafeDirectLittleEndian byteBuf,
BufferManager manager,
ArrowByteBufAllocator alloc,
int offset,
int length,
boolean isEmpty) |
| Modifier and Type | Method and Description |
|---|---|
AllocationManager.BufferLedger |
AllocationManager.BufferLedger.getLedgerForAllocator(BufferAllocator allocator)
Returns the ledger associated with a particular BufferAllocator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AllocationManager.BufferLedger.transferBalance(AllocationManager.BufferLedger target)
Transfer any balance the current ledger has to the target ledger.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.