Uses of Enum Class
org.graylog.plugins.map.config.DatabaseVendorType
Packages that use DatabaseVendorType
-
Uses of DatabaseVendorType in org.graylog.plugins.map.config
Methods in org.graylog.plugins.map.config that return DatabaseVendorTypeModifier and TypeMethodDescriptionabstract DatabaseVendorTypeGeoIpResolverConfig.databaseVendorType()static DatabaseVendorTypeReturns the enum constant of this class with the specified name.static DatabaseVendorType[]DatabaseVendorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.map.config with parameters of type DatabaseVendorTypeModifier and TypeMethodDescriptionstatic GeoIpResolverConfigGeoIpResolverConfig.create(boolean cityEnabled, boolean enforceGraylogSchema, DatabaseVendorType databaseVendorType, String cityDbPath, String asnDbPath, TimeUnit refreshIntervalUnit, Long refreshInterval, boolean useS3) abstract GeoIpResolverConfig.BuilderGeoIpResolverConfig.Builder.databaseVendorType(DatabaseVendorType type)