Uses of Enum Class
org.apache.orc.CompressionKind
-
Uses of CompressionKind in org.apache.orc
Modifier and TypeMethodDescriptionOrcFile.WriterOptions.getCompress()
FileMetadata.getCompressionKind()
Deprecated.Reader.getCompressionKind()
Get the compression kind.CompressionCodec.getKind()
Get the compression kind.static CompressionKind
Returns the enum constant of this class with the specified name.static CompressionKind[]
CompressionKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOrcFile.WriterOptions.compress
(CompressionKind value) Sets the generic compression that is used to compress the data. -
Uses of CompressionKind in org.apache.orc.impl
Modifier and TypeMethodDescriptionOrcTail.getCompressionKind()
ReaderImpl.getCompressionKind()
AircompressorCodec.getKind()
BrotliCodec.getKind()
ZlibCodec.getKind()
ZstdCodec.getKind()
Modifier and TypeMethodDescriptionstatic 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.