| Modifier and Type | Method and Description |
|---|---|
static MapDbDatabaseBuilder.StorageMode |
MapDbDatabaseBuilder.StorageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapDbDatabaseBuilder.StorageMode[] |
MapDbDatabaseBuilder.StorageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and 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) |
| Constructor and Description |
|---|
DbIpCityLiteLineReader(Path csv,
Decorator<? extends DecoratorInformation> decorator,
MapDbDatabaseBuilder.StorageMode storageMode) |
DbIpCountryLiteLineReader(Path csv,
Decorator<? extends DecoratorInformation> decorator,
MapDbDatabaseBuilder.StorageMode storageMode) |
DbIpLineReader(Path csv,
Decorator<? extends DecoratorInformation> decorator,
MapDbDatabaseBuilder.StorageMode storageMode) |
DbIpLocationAndIspLineReader(Path csv,
Decorator<? extends DecoratorInformation> decorator,
MapDbDatabaseBuilder.StorageMode storageMode) |
| Constructor and Description |
|---|
MaxmindDbReader(Path locationNames,
Path ipV4CSV,
Path ipV6CSV,
Decorator<? extends DecoratorInformation> decorator,
MapDbDatabaseBuilder.StorageMode storageMode) |
| Constructor and Description |
|---|
CSVLineReader(MapDbDatabaseBuilder.StorageMode storageMode) |
Copyright © 2021. All rights reserved.