Uses of Interface
org.apache.arrow.memory.rounding.RoundingPolicy
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of RoundingPolicy in org.apache.arrow.memory
Modifier and TypeMethodDescriptiondefault RoundingPolicy
BufferAllocator.getRoundingPolicy()
Gets the rounding policy of the allocator.ModifierConstructorDescriptionRootAllocator
(AllocationListener listener, long limit, RoundingPolicy roundingPolicy) Constructor. -
Uses of RoundingPolicy in org.apache.arrow.memory.rounding
Modifier and TypeClassDescriptionclass
The default rounding policy.class
The rounding policy that each buffer size must a multiple of the segment size.