| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionKind | OrcFile.WriterOptions. getCompress() | 
| CompressionKind | Reader. getCompressionKind()Get the compression kind. | 
| CompressionKind | FileMetadata. getCompressionKind()Deprecated.  | 
| CompressionKind | CompressionCodec. getKind()Get the compression kind. | 
| static CompressionKind | CompressionKind. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CompressionKind[] | CompressionKind. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| OrcFile.WriterOptions | OrcFile.WriterOptions. compress(CompressionKind value)Sets the generic compression that is used to compress the data. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CompressionKind | ReaderImpl. compressionKind | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionKind | ReaderImpl. getCompressionKind() | 
| CompressionKind | OrcTail. getCompressionKind() | 
| CompressionKind | ZlibCodec. getKind() | 
| CompressionKind | AircompressorCodec. getKind() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CompressionCodec | WriterImpl. createCodec(CompressionKind kind) | 
| static CompressionCodec | OrcCodecPool. getCodec(CompressionKind kind) | 
| static int | OrcCodecPool. getPoolSize(CompressionKind kind) | 
| static void | OrcCodecPool. returnCodec(CompressionKind kind,
           CompressionCodec codec)Returns the codec to the pool or closes it, suppressing exceptions. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.