| Constructor and Description |
|---|
LineProcessor(ExecutorService executorService,
BlockingQueue<SerializedLine> destination,
LineParser parser,
boolean retainOriginalLine,
LineprocessorListenerForProvider progressListener,
int workersCount) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbIpIpToCityLiteCSVLineParser
Parser for DB-Ip's City Lite db in
CSV file format
|
class |
DbIpIpToCountryLiteCSVLineParser
Parser for DB-Ip's Country Lite db
in CSV file format
|
class |
DbIpIpToLocationAndIspCSVLineParser
Parser for DB-Ip's IP to Location + ISP db
in CSV file format
At the time of writing this class, the documentation did not match the contents of the file. |
| Modifier and Type | Method and Description |
|---|---|
LineParser |
DbIpCountryLiteLineReader.buildLineParser(Decorator<? extends DecoratorInformation> decorator) |
abstract LineParser |
DbIpLineReader.buildLineParser(Decorator<? extends DecoratorInformation> decorator) |
LineParser |
DbIpLocarionAndIspLineReader.buildLineParser(Decorator<? extends DecoratorInformation> decorator) |
LineParser |
DbIpCityLiteLineReader.buildLineParser(Decorator<? extends DecoratorInformation> decorator) |
LineParser |
DbIpLineReader.parser() |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxmindLineParser
Parser for any Maxmind database.
Maxmind's databases present the fields in increasing order of granularity. |
| Modifier and Type | Method and Description |
|---|---|
LineParser |
MaxmindDbReader.parser() |
| Modifier and Type | Method and Description |
|---|---|
abstract LineParser |
LineReader.parser() |
Copyright © 2021. All rights reserved.