Uses of Class
org.graylog2.rest.models.system.indexer.responses.ClusterHealth.ShardStatus
Packages that use ClusterHealth.ShardStatus
-
Uses of ClusterHealth.ShardStatus in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return ClusterHealth.ShardStatusModifier and TypeMethodDescriptionstatic ClusterHealth.ShardStatusClusterHealth.ShardStatus.create(int active, int initializing, int relocating, int unassigned) abstract ClusterHealth.ShardStatusClusterHealth.shards()Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type ClusterHealth.ShardStatusModifier and TypeMethodDescriptionstatic ClusterHealthClusterHealth.create(String status, ClusterHealth.ShardStatus shards)