クラスの使用
org.springframework.boot.health.contributor.Status
Status を使用するパッケージ
パッケージ
説明
gRPC サーバーのヘルスチェックをサポート。
ヘルスのアクチュエーターエンドポイント。
アプリケーションに関する情報を提供するヘルスインジケーター。
アプリケーションに関する正常性情報の提供に関連するクラス。
org.springframework.boot.grpc.server.health 内の Status 使用
修飾子と型メソッド説明StatusAggregator.getAggregateStatus(SetSE<Status> statuses) 指定された一連のステータスの集約ステータスを返します。default StatusStatusAggregator.getAggregateStatus(Status... statuses) 指定された一連のステータスの集約ステータスを返します。型 Status のパラメーターを持つ org.springframework.boot.grpc.server.health のメソッド修飾子と型メソッド説明default StatusStatusAggregator.getAggregateStatus(Status... statuses) 指定された一連のステータスの集約ステータスを返します。io.grpc.health.v1.HealthCheckResponse.ServingStatusStatusMapper.getServingStatus(Status status) 指定されたhealth statusに対応する gRPC サービス状態を返します。static StatusAggregator指定された順序付きステータスリストを裏付けとするStatusAggregatorを返します。型 Status の型引数を持つ org.springframework.boot.grpc.server.health のメソッドパラメーター修飾子と型メソッド説明StatusAggregator.getAggregateStatus(SetSE<Status> statuses) 指定された一連のステータスの集約ステータスを返します。org.springframework.boot.health.actuate.endpoint 内の Status 使用
修飾子と型メソッド説明SimpleStatusAggregator.getAggregateStatus(SetSE<Status> statuses) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。StatusAggregator.getAggregateStatus(SetSE<Status> statuses) 指定された一連のステータスの集約ステータスを返します。default StatusStatusAggregator.getAggregateStatus(Status... statuses) 指定された一連のステータスの集約ステータスを返します。CompositeHealthDescriptor.getStatus()abstract StatusHealthDescriptor.getStatus()コンポーネントのステータスを返します。IndicatedHealthDescriptor.getStatus()型 Status のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のメソッド修飾子と型メソッド説明default StatusStatusAggregator.getAggregateStatus(Status... statuses) 指定された一連のステータスの集約ステータスを返します。intHttpCodeStatusMapper.getStatusCode(Status status) 指定されたhealth statusに対応する HTTP ステータスコードを返します。intSimpleHttpCodeStatusMapper.getStatusCode(Status status) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。static StatusAggregator指定された順序付きステータスリストを裏付けとするStatusAggregatorを返します。型 Status の型引数を持つ org.springframework.boot.health.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明SimpleStatusAggregator.getAggregateStatus(SetSE<Status> statuses) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。StatusAggregator.getAggregateStatus(SetSE<Status> statuses) 指定された一連のステータスの集約ステータスを返します。型 Status のパラメーターを持つ org.springframework.boot.health.actuate.endpoint のコンストラクター修飾子コンストラクター説明SimpleStatusAggregator(Status... order) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。org.springframework.boot.health.application 内の Status 使用
型 Status のパラメーターを持つ org.springframework.boot.health.application のメソッド修飾子と型メソッド説明void新しいステータスマッピングを追加します。default voidAvailabilityStateHealthIndicator.StatusMappings.addDefaultStatus(Status status) 明示的なマッピングが定義されていない場合に使用する必要があるステータスを追加します。org.springframework.boot.health.contributor 内の Status 使用
Status として宣言されている org.springframework.boot.health.contributor のフィールド修飾子と型フィールド説明static final StatusStatus.DOWNStatusは、コンポーネントまたはサブシステムで予期しない障害が発生したことを示します。static final StatusStatus.OUT_OF_SERVICEStatusは、コンポーネントまたはサブシステムがサービスを停止しており、使用してはならないことを示しています。static final StatusStatus.UNKNOWNStatusは、コンポーネントまたはサブシステムが不明な状態であることを示します。static final StatusStatus.UPStatusは、コンポーネントまたはサブシステムが期待どおりに機能していることを示します。org.springframework.boot.health.contributor のフィールドで、型パラメーターが Status 型であるもの型 Status のパラメーターを持つ org.springframework.boot.health.contributor のメソッド修飾子と型メソッド説明ステータスを指定のStatusインスタンスに設定します。static Health.Builder特定のStatusで新しいHealth.Builderインスタンスを作成します。型 Status のパラメーターを持つ org.springframework.boot.health.contributor のコンストラクター