クラス ElasticsearchRestClientHealthIndicator
java.lang.ObjectSE
org.springframework.boot.health.contributor.AbstractHealthIndicator
org.springframework.boot.elasticsearch.health.ElasticsearchRestClientHealthIndicator
- 実装されているすべてのインターフェース:
HealthContributor, HealthIndicator
Rest5Client を使用する Elasticsearch クラスターの HealthIndicator。- 導入:
- 4.0.0
- 作成者:
- Artsiom Yudovin, Brian Clozel, Filip Hrisafov
コンストラクターの概要
コンストラクターコンストラクター説明ElasticsearchRestClientHealthIndicator(co.elastic.clients.transport.rest5_client.low_level.Rest5Client client) メソッドのサマリー
クラス AbstractHealthIndicator から継承されたメソッド
healthクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース HealthIndicator から継承されたメソッド
health
コンストラクターの詳細
ElasticsearchRestClientHealthIndicator
public ElasticsearchRestClientHealthIndicator(co.elastic.clients.transport.rest5_client.low_level.Rest5Client client)
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractHealthIndicator実際のヘルスチェックロジック。- 次で指定:
- クラス
AbstractHealthIndicatorのdoHealthCheck - パラメーター:
builder-Health.Builderを使用して、ヘルスステータスと詳細を報告する- 例外:
ExceptionSE-Status.DOWNシステムステータスを作成するExceptionSE。