Uses of Enum Class
org.apache.druid.utils.CompressionUtils.Format
Packages that use CompressionUtils.Format
-
Uses of CompressionUtils.Format in org.apache.druid.utils
Methods in org.apache.druid.utils that return CompressionUtils.FormatModifier and TypeMethodDescriptionstatic CompressionUtils.FormatCompressionUtils.Format.fromFileName(String fileName) static CompressionUtils.FormatCompressionUtils.Format.fromString(String name) static CompressionUtils.FormatReturns the enum constant of this class with the specified name.static CompressionUtils.Format[]CompressionUtils.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.utils with parameters of type CompressionUtils.FormatModifier and TypeMethodDescriptionstatic intCompressionUtils.estimatedCompressionFactor(CompressionUtils.Format format) Returns the estimated compression factor for a given format on plain text.