Uses of Class
org.apache.flink.types.parser.FieldParser.ParseErrorState
-
Packages that use FieldParser.ParseErrorState Package Description org.apache.flink.types.parser -
-
Uses of FieldParser.ParseErrorState in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return FieldParser.ParseErrorState Modifier and Type Method Description FieldParser.ParseErrorState
FieldParser. getErrorState()
Gets the error state of the parser, as a value of the enumerationFieldParser.ParseErrorState
.static FieldParser.ParseErrorState
FieldParser.ParseErrorState. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldParser.ParseErrorState[]
FieldParser.ParseErrorState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.types.parser with parameters of type FieldParser.ParseErrorState Modifier and Type Method Description protected void
FieldParser. setErrorState(FieldParser.ParseErrorState error)
Sets the error state of the parser.
-