| Method and Description |
|---|
| org.apache.parquet.bytes.BytesInput.from(ByteBuffer, int, int)
Will be removed in 2.0.0
|
| org.apache.parquet.Log.getLog(Class<?>)
will be removed in 2.0.0; use org.slf4j.LoggerFactory instead.
|
| org.apache.parquet.bytes.ByteBufferInputStream.toByteBuffer()
Will be removed in 2.0.0; Use
ByteBufferInputStream.slice(int) instead |
| Constructor and Description |
|---|
| org.apache.parquet.bytes.ByteBufferInputStream(ByteBuffer)
Will be removed in 2.0.0; Use
ByteBufferInputStream.wrap(ByteBuffer...) instead |
| org.apache.parquet.bytes.ByteBufferInputStream(ByteBuffer, int, int)
Will be removed in 2.0.0; Use
ByteBufferInputStream.wrap(ByteBuffer...) instead |
| org.apache.parquet.bytes.CapacityByteArrayOutputStream(int) |
| org.apache.parquet.bytes.CapacityByteArrayOutputStream(int, ByteBufferAllocator) |
| org.apache.parquet.bytes.CapacityByteArrayOutputStream(int, int) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.