Uses of Class
org.graylog2.system.traffic.TrafficCounterService
Packages that use TrafficCounterService
Package
Description
-
Uses of TrafficCounterService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type TrafficCounterServiceModifierConstructorDescriptionTrafficCounterCalculator(NodeId nodeId, TrafficCounterService trafficService, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of TrafficCounterService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type TrafficCounterService -
Uses of TrafficCounterService in org.graylog2.telemetry.rest
Constructors in org.graylog2.telemetry.rest with parameters of type TrafficCounterServiceModifierConstructorDescriptionTelemetryService(boolean isTelemetryEnabled, TrafficCounterService trafficCounterService, TelemetryEnterpriseDataProvider enterpriseDataProvider, UserService userService, Set<PluginMetaData> pluginMetaDataSet, ClusterAdapter elasticClusterAdapter, SearchVersion elasticsearchVersion, org.graylog2.telemetry.rest.TelemetryResponseFactory telemetryResponseFactory, DBTelemetryUserSettingsService dbTelemetryUserSettingsService, com.google.common.eventbus.EventBus eventBus, TelemetryClusterService telemetryClusterService)