| Package | Description |
|---|---|
| org.apache.parquet.bytes | |
| org.apache.parquet.compression | |
| org.apache.parquet.io |
| Class and Description |
|---|
| ByteBufferAllocator |
| ByteBufferInputStream |
| ByteBufferReleaser
Convenient class for releasing
ByteBuffer objects with the corresponding allocator; |
| BytesInput
A source of bytes capable of writing itself to an output.
|
| CapacityByteArrayOutputStream
Similar to a
ByteArrayOutputStream, but uses a different strategy for growing that does not involve copying. |
| DirectByteBufferAllocator |
| HeapByteBufferAllocator |
| ReusingByteBufferAllocator
A special
ByteBufferAllocator implementation that keeps one ByteBuffer object and reuses it at the
next ReusingByteBufferAllocator.allocate(int) call. |
| TrackingByteBufferAllocator
A wrapper
ByteBufferAllocator implementation that tracks whether all allocated buffers are released. |
| TrackingByteBufferAllocator.LeakDetectorHeapByteBufferAllocatorException |
| TrackingByteBufferAllocator.LeakedByteBufferException |
| TrackingByteBufferAllocator.ReleasingUnallocatedByteBufferException |
| Class and Description |
|---|
| BytesInput
A source of bytes capable of writing itself to an output.
|
| Class and Description |
|---|
| ByteBufferAllocator |
Copyright © 2023 The Apache Software Foundation. All rights reserved.