@DeprecatedSE public class ElasticsearchHealthIndicator extends AbstractHealthIndicator
HealthIndicator。| コンストラクターと説明 |
|---|
ElasticsearchHealthIndicator(org.elasticsearch.client.Client client, long responseTimeout, ListSE<StringSE> indices) 使用すべきではありません。 新しい ElasticsearchHealthIndicator インスタンスを作成します。 |
ElasticsearchHealthIndicator(org.elasticsearch.client.Client client, long responseTimeout, StringSE... indices) 使用すべきではありません。 新しい ElasticsearchHealthIndicator インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | doHealthCheck(Health.Builder builder) 使用すべきではありません。 実際のヘルスチェックロジック。 |
healthcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetHealthpublic ElasticsearchHealthIndicator(org.elasticsearch.client.Client client,
long responseTimeout,
ListSE<StringSE> indices)ElasticsearchHealthIndicator インスタンスを作成します。client - Elasticsearch クライアント responseTimeout - ミリ秒単位のリクエストタイムアウト indices - チェックするインデックス public ElasticsearchHealthIndicator(org.elasticsearch.client.Client client,
long responseTimeout,
StringSE... indices)ElasticsearchHealthIndicator インスタンスを作成します。client - Elasticsearch クライアント responseTimeout - ミリ秒単位のリクエストタイムアウト indices - チェックするインデックス protected void doHealthCheck(Health.Builder builder) throws ExceptionSE
AbstractHealthIndicatorAbstractHealthIndicator の doHealthCheck builder - Health.Builder を使用して、ヘルスステータスと詳細を報告する ExceptionSE - Status.DOWN システムステータスを作成する ExceptionSE。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.