| Package | Description |
|---|---|
| org.graylog.plugins.map.config | |
| org.graylog.plugins.map.geoip |
| Modifier and Type | Method and Description |
|---|---|
abstract DatabaseType |
GeoIpResolverConfig.dbType() |
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoIpResolverConfig |
GeoIpResolverConfig.create(boolean enabled,
DatabaseType dbType,
String dbPath) |
abstract GeoIpResolverConfig.Builder |
GeoIpResolverConfig.Builder.dbType(DatabaseType dbType) |
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull DatabaseType |
MaxmindDataAdapter.Config.dbType() |
| Modifier and Type | Method and Description |
|---|---|
abstract MaxmindDataAdapter.Config.Builder |
MaxmindDataAdapter.Config.Builder.dbType(DatabaseType dbType) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.