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() |
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 |
DataReaderProperties.getCompression() |
CompressionKind |
ReaderImpl.getCompressionKind() |
CompressionKind |
OrcTail.getCompressionKind() |
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.
|
DataReaderProperties.Builder |
DataReaderProperties.Builder.withCompression(CompressionKind value) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.