Uses of Class
org.apache.druid.java.util.common.parsers.ParseException
-
Packages that use ParseException Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.java.util.common.parsers org.apache.druid.segment.incremental -
-
Uses of ParseException in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return ParseException Modifier and Type Method Description ParseExceptionInputRowListPlusRawValues. getParseException()Methods in org.apache.druid.data.input with parameters of type ParseException Modifier and Type Method Description static InputRowListPlusRawValuesInputRowListPlusRawValues. of(Map<String,Object> rawColumns, ParseException parseException)static InputRowListPlusRawValuesInputRowListPlusRawValues. ofList(List<Map<String,Object>> rawColumnsList, List<InputRow> inputRows, ParseException parseException)Create an instance ofInputRowListPlusRawValuesMake sure the size of given rawColumnsList and inputRows are the same if both of them are not nullstatic InputRowListPlusRawValuesInputRowListPlusRawValues. ofList(List<Map<String,Object>> rawColumnsList, ParseException parseException)Methods in org.apache.druid.data.input that throw ParseException Modifier and Type Method Description default FirehoseFirehoseFactory. connect(T parser)Deprecated.default FirehoseFirehoseFactory. connect(T parser, File temporaryDirectory)Deprecated.Initialization method that connects up the fire hose.protected abstract List<InputRow>IntermediateRowParsingReader. parseInputRows(T intermediateRow)Parses the given intermediate row into a list ofInputRows.abstract List<InputRow>TextReader. parseInputRows(T intermediateRow)Parses the given line into a list ofInputRows. -
Uses of ParseException in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that throw ParseException Modifier and Type Method Description static InputRowMapInputRowParser. parse(TimestampSpec timestampSpec, List<String> dimensions, Map<String,Object> theMap)static InputRowMapInputRowParser. parse(InputRowSchema inputRowSchema, Map<String,Object> theMap)List<InputRow>DelimitedValueReader. parseInputRows(byte[] line)List<InputRow>JsonLineReader. parseInputRows(byte[] line)protected List<InputRow>JsonNodeReader. parseInputRows(com.fasterxml.jackson.databind.JsonNode intermediateRow)protected List<InputRow>JsonReader. parseInputRows(InputEntity entity)List<InputRow>RegexReader. parseInputRows(String intermediateRow) -
Uses of ParseException in org.apache.druid.java.util.common.parsers
Subclasses of ParseException in org.apache.druid.java.util.common.parsers Modifier and Type Class Description classUnparseableColumnsParseExceptionThis type of ParseException is meant to be used within ingestion to hold parse exception information for rows that were partially parseable but had one or more unparseable columns, such as when passing a non-numeric value to a numeric column. -
Uses of ParseException in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return ParseException Modifier and Type Method Description static ParseExceptionIncrementalIndex. getCombinedParseException(InputRow row, List<String> dimParseExceptionMessages, List<String> aggParseExceptionMessages)ParseExceptionIncrementalIndexAddResult. getParseException()Methods in org.apache.druid.segment.incremental with parameters of type ParseException Modifier and Type Method Description voidParseExceptionHandler. handle(ParseException e)Constructors in org.apache.druid.segment.incremental with parameters of type ParseException Constructor Description IncrementalIndexAddResult(int rowCount, long bytesInMemory, ParseException parseException)
-