Uses of Class
org.graylog2.rest.models.system.indexer.responses.ClusterHealth
Packages that use ClusterHealth
Package
Description
-
Uses of ClusterHealth in org.graylog2.indexer.cluster
Methods in org.graylog2.indexer.cluster that return types with arguments of type ClusterHealthModifier and TypeMethodDescriptionCluster.clusterHealthStats()ClusterAdapter.clusterHealthStats() -
Uses of ClusterHealth in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return ClusterHealthModifier and TypeMethodDescriptionstatic ClusterHealthClusterHealth.create(String status, ClusterHealth.ShardStatus shards) abstract ClusterHealthIndexerClusterOverview.health()Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type ClusterHealthModifier and TypeMethodDescriptionstatic IndexerClusterOverviewIndexerClusterOverview.create(ClusterHealth health, String name) -
Uses of ClusterHealth in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return ClusterHealth