Uses of Enum Class
org.apache.orc.CompressionCodec.SpeedModifier
Packages that use CompressionCodec.SpeedModifier
-
Uses of CompressionCodec.SpeedModifier in org.apache.orc
Methods in org.apache.orc that return CompressionCodec.SpeedModifierModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompressionCodec.SpeedModifier[]
CompressionCodec.SpeedModifier.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.SpeedModifierModifier and TypeMethodDescriptionCompressionCodec.Options.setSpeed
(CompressionCodec.SpeedModifier newValue) Set the speed for the compression.