Package | Description |
---|---|
org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
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)
Duplicate the memory accounting ownership of the backing allocation of the given ArrowBuf in another allocator.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.