Uses of Enum Class
org.apache.orc.CompressionCodec.DataKind
-
Uses of CompressionCodec.DataKind in org.apache.orc
Modifier 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.Modifier and TypeMethodDescriptionCompressionCodec.Options.setData
(CompressionCodec.DataKind newValue) Set the kind of data for the compression.