Uses of Class
technology.dice.dicewhere.parsing.LineParser
-
-
Uses of LineParser in technology.dice.dicewhere.lineprocessing
Constructors in technology.dice.dicewhere.lineprocessing with parameters of type LineParser Constructor Description LineProcessor(ExecutorService executorService, BlockingQueue<SerializedLine> destination, LineParser parser, boolean retainOriginalLine, LineprocessorListenerForProvider progressListener, int workersCount) -
Uses of LineParser in technology.dice.dicewhere.provider.dbip.parsing
Subclasses of LineParser in technology.dice.dicewhere.provider.dbip.parsing Modifier and Type Class Description classDbIpIpToCityLiteCSVLineParserParser for DB-Ip's City Lite db in CSV file formatclassDbIpIpToCountryLiteCSVLineParserParser for DB-Ip's Country Lite db in CSV file formatclassDbIpIpToLocationAndIspCSVLineParserParser 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. -
Uses of LineParser in technology.dice.dicewhere.provider.dbip.reading
Methods in technology.dice.dicewhere.provider.dbip.reading that return LineParser Modifier and Type Method Description LineParserDbIpCityLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpCountryLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)abstract LineParserDbIpLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpLocationAndIspLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpLineReader. parser() -
Uses of LineParser in technology.dice.dicewhere.provider.maxmind.parsing
Subclasses of LineParser in technology.dice.dicewhere.provider.maxmind.parsing Modifier and Type Class Description classMaxmindLineParserParser for any Maxmind database.
Maxmind's databases present the fields in increasing order of granularity. -
Uses of LineParser in technology.dice.dicewhere.provider.maxmind.reading
Methods in technology.dice.dicewhere.provider.maxmind.reading that return LineParser Modifier and Type Method Description LineParserMaxmindDbReader. parser() -
Uses of LineParser in technology.dice.dicewhere.reading
Methods in technology.dice.dicewhere.reading that return LineParser Modifier and Type Method Description abstract LineParserCSVLineReader. parser()
-