Uses of Enum Class
org.apache.orc.OrcFile.CompressionStrategy
Packages that use OrcFile.CompressionStrategy
-
Uses of OrcFile.CompressionStrategy in org.apache.orc
Methods in org.apache.orc that return OrcFile.CompressionStrategyModifier and TypeMethodDescriptionOrcFile.WriterOptions.getCompressionStrategy()
static OrcFile.CompressionStrategy
Returns the enum constant of this class with the specified name.static OrcFile.CompressionStrategy[]
OrcFile.CompressionStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrcFile.CompressionStrategy in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type OrcFile.CompressionStrategyModifier and TypeMethodDescriptionstatic StreamOptions
SerializationUtils.getCustomizedCodec
(StreamOptions base, OrcFile.CompressionStrategy strategy, OrcProto.Stream.Kind kind) Get the stream options with the compression tuned for the particular kind of stream.