Uses of Interface
org.apache.arrow.memory.BufferManager
Packages that use BufferManager
-
Uses of BufferManager in org.apache.arrow.memory
Methods in org.apache.arrow.memory with parameters of type BufferManagerModifier and TypeMethodDescriptionBufferAllocator.buffer
(long size, BufferManager manager) Allocate a new or reused buffer of the provided size.Constructors in org.apache.arrow.memory with parameters of type BufferManagerModifierConstructorDescriptionArrowBuf
(ReferenceManager referenceManager, @Nullable BufferManager bufferManager, long capacity, long memoryAddress) Constructs a new ArrowBuf.