| Package | Description |
|---|---|
| org.graylog.plugins.map.config |
| Modifier and Type | Method and Description |
|---|---|
abstract DatabaseVendorType |
GeoIpResolverConfig.databaseVendorType() |
static DatabaseVendorType |
DatabaseVendorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseVendorType[] |
DatabaseVendorType.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 cityEnabled,
boolean enforceGraylogSchema,
DatabaseVendorType databaseVendorType,
String cityDbPath,
String asnDbPath,
TimeUnit refreshIntervalUnit,
Long refreshInterval) |
abstract GeoIpResolverConfig.Builder |
GeoIpResolverConfig.Builder.databaseVendorType(DatabaseVendorType type) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.