Uses of Enum Class
org.apache.orc.CompressionKind
Packages that use CompressionKind
-
Uses of CompressionKind in org.apache.orc
Methods in org.apache.orc that return CompressionKindModifier 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.Methods in org.apache.orc with parameters of type CompressionKindModifier 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
Fields in org.apache.orc.impl declared as CompressionKindMethods in org.apache.orc.impl that return CompressionKindModifier and TypeMethodDescriptionOrcTail.getCompressionKind()
ReaderImpl.getCompressionKind()
AircompressorCodec.getKind()
BrotliCodec.getKind()
ZlibCodec.getKind()
ZstdCodec.getKind()
Methods in org.apache.orc.impl with parameters of type CompressionKindModifier 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.