Uses of Class
org.graylog2.system.stats.elasticsearch.ClusterHealth
Packages that use ClusterHealth
-
Uses of ClusterHealth in org.graylog2.system.stats.elasticsearch
Methods in org.graylog2.system.stats.elasticsearch that return ClusterHealthModifier and TypeMethodDescriptionabstract ClusterHealthElasticsearchStats.clusterHealth()static ClusterHealthClusterHealth.create(int numberOfNodes, int numberOfDataNodes, int activeShards, int relocatingShards, int activePrimaryShards, int initializingShards, int unassignedShards, boolean timedOut, int pendingTasks, List<Long> pendingTasksTimeInQueue) static ClusterHealthClusterHealth.from(ShardStats shardStats, PendingTasksStats pendingTasksStats) Methods in org.graylog2.system.stats.elasticsearch with parameters of type ClusterHealthModifier and TypeMethodDescriptionstatic ElasticsearchStatsElasticsearchStats.create(String clusterName, String clusterVersion, HealthStatus status, ClusterHealth clusterHealth, NodesStats nodesStats, IndicesStats indicesStats)