Uses of Interface
org.apache.parquet.bytes.ByteBufferAllocator
-
Packages that use ByteBufferAllocator Package Description org.apache.parquet.bytes -
-
Uses of ByteBufferAllocator in org.apache.parquet.bytes
Classes in org.apache.parquet.bytes that implement ByteBufferAllocator Modifier and Type Class Description classDirectByteBufferAllocatorclassHeapByteBufferAllocatorMethods in org.apache.parquet.bytes with parameters of type ByteBufferAllocator Modifier and Type Method Description static CapacityByteArrayOutputStreamCapacityByteArrayOutputStream. withTargetNumSlabs(int minSlabSize, int maxCapacityHint, int targetNumSlabs, ByteBufferAllocator allocator)Construct a CapacityByteArrayOutputStream configured such that its initial slab size is determined byCapacityByteArrayOutputStream.initialSlabSizeHeuristic(int, int, int), with targetCapacity == maxCapacityHintConstructors in org.apache.parquet.bytes with parameters of type ByteBufferAllocator Constructor Description CapacityByteArrayOutputStream(int initialSlabSize, int maxCapacityHint, ByteBufferAllocator allocator)CapacityByteArrayOutputStream(int initialSlabSize, ByteBufferAllocator allocator)Deprecated.
-