Uses of Class
org.apache.druid.utils.CompressionUtils.Format
-
Packages that use CompressionUtils.Format Package Description org.apache.druid.utils -
-
Uses of CompressionUtils.Format in org.apache.druid.utils
Methods in org.apache.druid.utils that return CompressionUtils.Format Modifier and Type Method Description static CompressionUtils.FormatCompressionUtils.Format. fromFileName(String fileName)static CompressionUtils.FormatCompressionUtils.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionUtils.Format[]CompressionUtils.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-