| Modifier and Type | Method and Description |
|---|---|
RawLine |
LineParsingException.getOffendingLine() |
| Constructor and Description |
|---|
LineParsingException(String message,
RawLine offendingLine) |
LineParsingException(Throwable cause,
RawLine offendingLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineProcessor.addLine(RawLine rawLine)
Add a new line of raw data for parsing and serialization
|
default void |
LineProcessorListener.enqueueError(ProviderKey provider,
RawLine rawLine,
Exception e) |
void |
LineprocessorListenerForProvider.enqueueError(RawLine rawLine,
Exception e) |
default void |
LineProcessorListener.parseError(ProviderKey provider,
RawLine rawLine,
LineParsingException e) |
void |
LineprocessorListenerForProvider.parseError(RawLine rawLine,
LineParsingException e) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<ParsedLine> |
LineParser.parse(RawLine rawLine) |
Stream<ParsedLine> |
LineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
| Constructor and Description |
|---|
ParsedLine(IP startIp,
IP endIp,
IpInformation info,
RawLine rawLine) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ParsedLine> |
DbIpIpToCityLiteCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
Stream<ParsedLine> |
DbIpIpToLocationAndIspCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
Stream<ParsedLine> |
DbIpIpToCountryLiteCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ParsedLine> |
MaxmindLineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LineReaderListener.lineRead(ProviderKey provider,
RawLine rawLine,
long elapsedMillis) |
Copyright © 2021. All rights reserved.