Uses of Interface
org.apache.arrow.memory.rounding.RoundingPolicy
Packages that use RoundingPolicy
Package
Description
Memory Allocation, Accounting and Management.
-
Uses of RoundingPolicy in org.apache.arrow.memory
Methods in org.apache.arrow.memory that return RoundingPolicyModifier and TypeMethodDescriptiondefault RoundingPolicy
BufferAllocator.getRoundingPolicy()
Gets the rounding policy of the allocator.Constructors in org.apache.arrow.memory with parameters of type RoundingPolicyModifierConstructorDescriptionRootAllocator
(AllocationListener listener, long limit, RoundingPolicy roundingPolicy) Constructor. -
Uses of RoundingPolicy in org.apache.arrow.memory.rounding
Classes in org.apache.arrow.memory.rounding that implement RoundingPolicyModifier and TypeClassDescriptionclass
The default rounding policy.class
The rounding policy that each buffer size must a multiple of the segment size.