| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowByteBufAllocator |
ArrowBuf.alloc() |
| 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 |
|---|---|
ArrowByteBufAllocator |
BaseAllocator.getAsByteBufAllocator() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.