| Modifier and Type | Method and Description |
|---|---|
ParsedLine |
SerializedLine.getParsedLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineprocessorListenerForProvider.lineParsed(ParsedLine parsed,
long timeElapsed) |
default void |
LineProcessorListener.lineParsed(ProviderKey provider,
ParsedLine parsed,
long timeElapsed) |
void |
LineprocessorListenerForProvider.serializeError(ParsedLine parsedLine,
Exception e) |
default void |
LineProcessorListener.serializeError(ProviderKey provider,
ParsedLine parsedLine,
Exception e) |
| Constructor and Description |
|---|
SerializedLine(IP startIp,
byte[] info,
ParsedLine parsedLine) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<ParsedLine> |
LineParser.parse(RawLine rawLine) |
Stream<ParsedLine> |
LineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
| 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) |
Copyright © 2021. All rights reserved.