Uses of Class
org.graylog2.system.traffic.TrafficCounterService
Packages that use TrafficCounterService
-
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, String installationSource, NodeService<DataNodeDto> nodeService, boolean runsWithDatanode)