Uses of Enum Class
org.apache.orc.OrcFile.CompressionStrategy
-
Uses of OrcFile.CompressionStrategy in org.apache.orc
Modifier 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
Modifier 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.