Uses of Interface
org.apache.arrow.memory.OwnershipTransferResult
Packages that use OwnershipTransferResult
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of OwnershipTransferResult in org.apache.arrow.adapter.orc
Methods in org.apache.arrow.adapter.orc that return OwnershipTransferResultModifier and TypeMethodDescriptionOrcReferenceManager.transferOwnership(ArrowBuf sourceBuffer, BufferAllocator targetAllocator) -
Uses of OwnershipTransferResult in org.apache.arrow.memory
Classes in org.apache.arrow.memory that implement OwnershipTransferResultModifier and TypeClassDescriptionstatic classThe outcome of a Transfer.classAnOwnershipTransferResultindicating no transfer needed.Methods in org.apache.arrow.memory that return OwnershipTransferResultModifier and TypeMethodDescriptionReferenceManager.transferOwnership(ArrowBuf sourceBuffer, BufferAllocator targetAllocator) Duplicate the memory accounting ownership of the backing allocation of the given ArrowBuf in another allocator.