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 |
BufferLedger.TransferResult
The outcome of a Transfer.
|
class |
OwnershipTransferNOOP
An
OwnershipTransferResult indicating no transfer needed. |
Modifier and Type | Method and Description |
---|---|
OwnershipTransferResult |
ReferenceManager.transferOwnership(ArrowBuf sourceBuffer,
BufferAllocator targetAllocator)
Transfer the memory accounting ownership of this ArrowBuf to another allocator.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.