Uses of Class
org.graylog2.system.stats.ClusterStatsService
Packages that use ClusterStatsService
Package
Description
-
Uses of ClusterStatsService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type ClusterStatsServiceModifierConstructorDescriptionClusterStatsResource(ClusterStatsService clusterStatsService) Deprecated. -
Uses of ClusterStatsService in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type ClusterStatsServiceModifierConstructorDescriptionSupportBundleService(ExecutorService executor, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter)