public class GeoIpVendorResolverService extends Object
GeoIpResolver for a given configuration file and DatabaseVendorType.| Constructor and Description |
|---|
GeoIpVendorResolverService(GeoIpResolverFactory resolverFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeoIpResolver<GeoAsnInformation> |
createAsnResolver(GeoIpResolverConfig config,
com.codahale.metrics.Timer timer) |
GeoIpResolver<GeoLocationInformation> |
createCityResolver(GeoIpResolverConfig config,
com.codahale.metrics.Timer timer) |
@Inject public GeoIpVendorResolverService(GeoIpResolverFactory resolverFactory)
public GeoIpResolver<GeoLocationInformation> createCityResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer)
public GeoIpResolver<GeoAsnInformation> createAsnResolver(GeoIpResolverConfig config, com.codahale.metrics.Timer timer)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.