Uses of Class
technology.dice.dicewhere.provider.ProviderKey
-
-
Uses of ProviderKey in technology.dice.dicewhere.api.api
Methods in technology.dice.dicewhere.api.api that return types with arguments of type ProviderKey Modifier and Type Method Description Map<ProviderKey,Optional<IpInformation>>IPResolver. resolve(String ip)Map<ProviderKey,Optional<IpInformation>>IPResolver. resolve(IP ip)CompletionStage<Map<ProviderKey,Optional<IpInformation>>>IPResolver. resolveAsync(String ip)Map<ProviderKey,CompletionStage<Optional<IpInformation>>>IPResolver. resolveAsync(String ip, ExecutorService executorService)CompletionStage<Map<ProviderKey,Optional<IpInformation>>>IPResolver. resolveAsync(IP ip)Map<ProviderKey,CompletionStage<Optional<IpInformation>>>IPResolver. resolveAsync(IP ip, ExecutorService executorService)Methods in technology.dice.dicewhere.api.api with parameters of type ProviderKey Modifier and Type Method Description Optional<IpInformation>IPResolver. resolve(String ip, ProviderKey provider)Optional<IpInformation>IPResolver. resolve(IP ip, ProviderKey provider)CompletionStage<Optional<IpInformation>>IPResolver. resolveAsync(String ip, ProviderKey provider)CompletionStage<Optional<IpInformation>>IPResolver. resolveAsync(String ip, ProviderKey provider, ExecutorService executorService)CompletionStage<Optional<IpInformation>>IPResolver. resolveAsync(IP ip, ProviderKey provider)CompletionStage<Optional<IpInformation>>IPResolver. resolveAsync(IP ip, ProviderKey provider, ExecutorService executorService) -
Uses of ProviderKey in technology.dice.dicewhere.api.exceptions
Constructors in technology.dice.dicewhere.api.exceptions with parameters of type ProviderKey Constructor Description ProviderNotAvailableException(String message, ProviderKey provider) -
Uses of ProviderKey in technology.dice.dicewhere.building
Methods in technology.dice.dicewhere.building with parameters of type ProviderKey Modifier and Type Method Description default voidDatabaseBuilderListener. builderInterrupted(ProviderKey provider, InterruptedException e)default voidDatabaseBuilderListener. lineAdded(ProviderKey provider, SerializedLine serializedLine)default voidDatabaseBuilderListener. lineOutOfOrder(ProviderKey provider, SerializedLine serializedLine, Exception e) -
Uses of ProviderKey in technology.dice.dicewhere.building.navigablemap
Constructors in technology.dice.dicewhere.building.navigablemap with parameters of type ProviderKey Constructor Description MapDbDatabaseBuilder(MapDbDatabaseBuilder.StorageMode storageMode, ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener)MapDbDatabaseBuilder(MapDbDatabaseBuilder.StorageMode storageMode, ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator)MapDbDatabaseBuilder(ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator) -
Uses of ProviderKey in technology.dice.dicewhere.lineprocessing
Methods in technology.dice.dicewhere.lineprocessing with parameters of type ProviderKey Modifier and Type Method Description default voidLineProcessorListener. dequeueError(ProviderKey provider, SerializedLine serializedLine, Exception e)default voidLineProcessorListener. enqueueError(ProviderKey provider, RawLine rawLine, Exception e)default voidLineProcessorListener. finished(ProviderKey provider, long totalLines, long timeElapsed)default voidLineProcessorListener. lineParsed(ProviderKey provider, ParsedLine parsed, long timeElapsed)default voidLineProcessorListener. lineProcessed(ProviderKey provider, SerializedLine serializedLine, long timeElapsed)default voidLineProcessorListener. parseError(ProviderKey provider, RawLine rawLine, LineParsingException e)default voidLineProcessorListener. processorInterrupted(ProviderKey provider, InterruptedException e)default voidLineProcessorListener. serializeError(ProviderKey provider, ParsedLine parsedLine, Exception e)Constructors in technology.dice.dicewhere.lineprocessing with parameters of type ProviderKey Constructor Description LineprocessorListenerForProvider(ProviderKey provider, LineProcessorListener lineProcessingExceptionListener) -
Uses of ProviderKey in technology.dice.dicewhere.provider.dbip
Subclasses of ProviderKey in technology.dice.dicewhere.provider.dbip Modifier and Type Class Description classDbIpProviderKey -
Uses of ProviderKey in technology.dice.dicewhere.provider.dbip.reading
Methods in technology.dice.dicewhere.provider.dbip.reading that return ProviderKey Modifier and Type Method Description ProviderKeyDbIpLineReader. provider() -
Uses of ProviderKey in technology.dice.dicewhere.provider.maxmind
Subclasses of ProviderKey in technology.dice.dicewhere.provider.maxmind Modifier and Type Class Description classMaxmindProviderKey -
Uses of ProviderKey in technology.dice.dicewhere.provider.maxmind.reading
Methods in technology.dice.dicewhere.provider.maxmind.reading that return ProviderKey Modifier and Type Method Description ProviderKeyMaxmindDbReader. provider() -
Uses of ProviderKey in technology.dice.dicewhere.reading
Methods in technology.dice.dicewhere.reading that return ProviderKey Modifier and Type Method Description abstract ProviderKeyCSVLineReader. provider()ProviderKeySourceReader. provider()Methods in technology.dice.dicewhere.reading with parameters of type ProviderKey Modifier and Type Method Description default voidLineReaderListener. finished(ProviderKey provider, long linesProcessed, long elapsedMillis)default voidLineReaderListener. lineRead(ProviderKey provider, RawLine rawLine, long elapsedMillis) -
Uses of ProviderKey in technology.dice.dicewhere.reading.maxmind
Methods in technology.dice.dicewhere.reading.maxmind that return ProviderKey Modifier and Type Method Description ProviderKeyMaxmindNativeSource. provider()
-