Uses of Class
org.apache.druid.java.util.common.parsers.AbstractFlatTextFormatParser.FlatTextFormat
-
Packages that use AbstractFlatTextFormatParser.FlatTextFormat Package Description org.apache.druid.java.util.common.parsers -
-
Uses of AbstractFlatTextFormatParser.FlatTextFormat in org.apache.druid.java.util.common.parsers
Methods in org.apache.druid.java.util.common.parsers that return AbstractFlatTextFormatParser.FlatTextFormat Modifier and Type Method Description static AbstractFlatTextFormatParser.FlatTextFormatAbstractFlatTextFormatParser.FlatTextFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractFlatTextFormatParser.FlatTextFormat[]AbstractFlatTextFormatParser.FlatTextFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-