Uses of Enum Class
org.graylog2.indexer.indices.HealthStatus
Packages that use HealthStatus
Package
Description
-
Uses of HealthStatus in org.graylog2.indexer.cluster
Methods in org.graylog2.indexer.cluster that return types with arguments of type HealthStatusModifier and TypeMethodDescriptionCluster.deflectorHealth()Requests the cluster health for the current write index.ClusterAdapter.deflectorHealth(Collection<String> indices) Cluster.health()Requests the cluster health for all indices managed by Graylog.ClusterAdapter.health() -
Uses of HealthStatus in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.fromString(String value) static HealthStatusReturns the enum constant of this class with the specified name.static HealthStatus[]HealthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Indices.waitForRecovery(String index) IndicesAdapter.waitForRecovery(String index) IndicesAdapter.waitForRecovery(String index, int timeout) Methods in org.graylog2.indexer.indices with parameters of type HealthStatusModifier and TypeMethodDescriptionstatic <E extends Exception>
voidIndices.checkIfHealthy(HealthStatus healthStatus, Function<HealthStatus, E> errorMessageSupplier) Method parameters in org.graylog2.indexer.indices with type arguments of type HealthStatusModifier and TypeMethodDescriptionstatic <E extends Exception>
voidIndices.checkIfHealthy(HealthStatus healthStatus, Function<HealthStatus, E> errorMessageSupplier) -
Uses of HealthStatus in org.graylog2.system.stats.elasticsearch
Methods in org.graylog2.system.stats.elasticsearch that return HealthStatusMethods in org.graylog2.system.stats.elasticsearch with parameters of type HealthStatusModifier and TypeMethodDescriptionstatic ElasticsearchStatsElasticsearchStats.create(String clusterName, String clusterVersion, HealthStatus status, ClusterHealth clusterHealth, NodesStats nodesStats, IndicesStats indicesStats)