Uses of Class
org.graylog.plugins.map.config.S3GeoIpFileService
Packages that use S3GeoIpFileService
Package
Description
-
Uses of S3GeoIpFileService in org.graylog.plugins.map.geoip
Constructors in org.graylog.plugins.map.geoip with parameters of type S3GeoIpFileServiceModifierConstructorDescriptionGeoIpDbFileChangeMonitorService(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 S3GeoIpFileService in org.graylog.plugins.map.geoip.processor
Constructors in org.graylog.plugins.map.geoip.processor with parameters of type S3GeoIpFileServiceModifierConstructorDescriptionGeoIpProcessor(ClusterConfigService clusterConfigService, ScheduledExecutorService scheduler, com.google.common.eventbus.EventBus eventBus, com.codahale.metrics.MetricRegistry metricRegistry, GeoIpVendorResolverService geoIpVendorResolverService, ServerStatus serverStatus, S3GeoIpFileService s3GeoIpFileService) -
Uses of S3GeoIpFileService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type S3GeoIpFileServiceModifierConstructorDescriptionGeoIpResolverConfigValidator(GeoIpVendorResolverService geoIpVendorResolverService, S3GeoIpFileService s3GeoIpFileService, ClusterConfigService clusterConfigService)