| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl | |
| org.apache.orc.impl.writer | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionCodec.Options | CompressionCodec.Options. copy()Make a copy before making changes. | 
| CompressionCodec.Options | CompressionCodec. getDefaultOptions()Get the default options for this codec. | 
| CompressionCodec.Options | CompressionCodec.Options. setData(CompressionCodec.DataKind newValue)Set the kind of data for the compression. | 
| CompressionCodec.Options | CompressionCodec.Options. setSpeed(CompressionCodec.SpeedModifier newValue)Set the speed for the compression. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CompressionCodec. compress(ByteBuffer in,
        ByteBuffer out,
        ByteBuffer overflow,
        CompressionCodec.Options options)Compress the in buffer to the out buffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionCodec.Options | ZlibCodec. getDefaultOptions() | 
| CompressionCodec.Options | AircompressorCodec. getDefaultOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ZlibCodec. compress(ByteBuffer in,
        ByteBuffer out,
        ByteBuffer overflow,
        CompressionCodec.Options options) | 
| boolean | AircompressorCodec. compress(ByteBuffer in,
        ByteBuffer out,
        ByteBuffer overflow,
        CompressionCodec.Options options) | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionCodec.Options | StreamOptions. getCodecOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamOptions | StreamOptions. withCodec(CompressionCodec codec,
         CompressionCodec.Options options)Compress using the given codec. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.