public class ElasticsearchRestHealthIndicator extends AbstractHealthIndicator
RestClient を使用する Elasticsearch クラスターの HealthIndicator。| コンストラクターと説明 |
|---|
ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestClient client) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。 |
healthcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetHealthpublic ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestClient client)
protected void doHealthCheck(Health.Builder builder) throws ExceptionSE
AbstractHealthIndicatorAbstractHealthIndicator の doHealthCheck builder - Health.Builder を使用して、ヘルスステータスと詳細を報告する ExceptionSE - Status.DOWN システムステータスを作成する ExceptionSE。