Uses of Class
org.graylog.plugins.map.geoip.GeoIpVendorResolverService
Packages that use GeoIpVendorResolverService
Package
Description
-
Uses of GeoIpVendorResolverService in org.graylog.plugins.map.geoip
Constructors in org.graylog.plugins.map.geoip with parameters of type GeoIpVendorResolverServiceModifierConstructorDescriptionGeoIpDbFileChangeMonitorService(ScheduledExecutorService scheduler, com.google.common.eventbus.EventBus eventBus, ClusterConfigService clusterConfigService, GeoIpVendorResolverService geoIpVendorResolverService, S3GeoIpFileService s3GeoIpFileService, NotificationService notificationService) GeoIpResolverEngine(GeoIpVendorResolverService resolverService, GeoIpResolverConfig config, S3GeoIpFileService s3GeoIpFileService, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of GeoIpVendorResolverService in org.graylog.plugins.map.geoip.processor
Constructors in org.graylog.plugins.map.geoip.processor with parameters of type GeoIpVendorResolverServiceModifierConstructorDescriptionGeoIpProcessor(ClusterConfigService clusterConfigService, ScheduledExecutorService scheduler, com.google.common.eventbus.EventBus eventBus, com.codahale.metrics.MetricRegistry metricRegistry, GeoIpVendorResolverService geoIpVendorResolverService, ServerStatus serverStatus, S3GeoIpFileService s3GeoIpFileService) -
Uses of GeoIpVendorResolverService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type GeoIpVendorResolverServiceModifierConstructorDescriptionGeoIpResolverConfigValidator(GeoIpVendorResolverService geoIpVendorResolverService, S3GeoIpFileService s3GeoIpFileService, ClusterConfigService clusterConfigService)