Uses of Interface
org.apache.arrow.memory.OwnershipTransferResult
Packages that use OwnershipTransferResult
-
Uses of OwnershipTransferResult in org.apache.arrow.memory
Classes in org.apache.arrow.memory that implement OwnershipTransferResultModifier and TypeClassDescriptionstatic class
The outcome of a Transfer.class
AnOwnershipTransferResult
indicating 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.