Uses of Enum Class
org.apache.orc.CompressionCodec.DataKind
Packages that use CompressionCodec.DataKind
-
Uses of CompressionCodec.DataKind in org.apache.orc
Methods in org.apache.orc that return CompressionCodec.DataKindModifier and TypeMethodDescriptionstatic CompressionCodec.DataKind
Returns the enum constant of this class with the specified name.static CompressionCodec.DataKind[]
CompressionCodec.DataKind.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 CompressionCodec.DataKindModifier and TypeMethodDescriptionCompressionCodec.Options.setData
(CompressionCodec.DataKind newValue) Set the kind of data for the compression.