| Package | Description |
|---|---|
| org.apache.parquet.bytes |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferReleaser |
ReusingByteBufferAllocator.getReleaser()
A convenience method to get a
ByteBufferReleaser instance already created for this allocator. |
| Modifier and Type | Method and Description |
|---|---|
BytesInput |
BytesInput.copy(ByteBufferReleaser releaser)
Similar to
BytesInput.copy(ByteBufferAllocator, Consumer) where the allocator and the callback are in the specified
ByteBufferReleaser. |
ByteBuffer |
BytesInput.toByteBuffer(ByteBufferReleaser releaser)
Similar to
BytesInput.toByteBuffer(ByteBufferAllocator, Consumer) where the allocator and the callback are in the
specified ByteBufferReleaser. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.