| Package | Description |
|---|---|
| org.apache.parquet.bytes |
| Modifier and Type | Method and Description |
|---|---|
static ReusingByteBufferAllocator |
ReusingByteBufferAllocator.strict(ByteBufferAllocator allocator)
Creates a new strict
ReusingByteBufferAllocator object with the specified "parent" allocator to be used for
allocating/releasing the one buffer. |
static ReusingByteBufferAllocator |
ReusingByteBufferAllocator.unsafe(ByteBufferAllocator allocator)
Creates a new unsafe
ReusingByteBufferAllocator object with the specified "parent" allocator to be used for
allocating/releasing the one buffer. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.