| Interface | Description |
|---|---|
| HealthAggregator |
Strategy interface used by
CompositeHealthIndicator to aggregate Health
instances into a final one. |
| HealthIndicator |
Strategy interface used to provide an indication of application health.
|
| Class | Description |
|---|---|
| AbstractHealthAggregator |
Base
HealthAggregator implementation to allow subclasses to focus on
aggregating the Status instances and not deal with contextual details etc. |
| AbstractHealthIndicator |
Base
HealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
| ApplicationHealthIndicator |
Default implementation of
HealthIndicator that returns Status.UP. |
| CassandraHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for
Cassandra data stores. |
| CompositeHealthIndicator |
HealthIndicator that returns health indications from all registered delegates. |
| CouchbaseHealthIndicator |
HealthIndicator for Couchbase. |
| DataSourceHealthIndicator |
HealthIndicator that tests the status of a DataSource and optionally
runs a test query. |
| DiskSpaceHealthIndicator |
A
HealthIndicator that checks available disk space and reports a status of
Status.DOWN when it drops below a configurable threshold. |
| DiskSpaceHealthIndicatorProperties |
External configuration properties for
DiskSpaceHealthIndicator. |
| ElasticsearchHealthIndicator |
HealthIndicator for an Elasticsearch cluster. |
| ElasticsearchHealthIndicatorProperties |
External configuration properties for
ElasticsearchHealthIndicator. |
| ElasticsearchJestHealthIndicator |
HealthIndicator for Elasticsearch using a JestClient. |
| Health |
Carries information about the health of a component or subsystem.
|
| Health.Builder |
Builder for creating immutable
Health instances. |
| JmsHealthIndicator |
HealthIndicator for a JMS ConnectionFactory. |
| LdapHealthIndicator |
HealthIndicator for configured LDAP server(s). |
| MailHealthIndicator |
HealthIndicator for configured smtp server(s). |
| MongoHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for
Mongo data stores. |
| OrderedHealthAggregator |
Default
HealthAggregator implementation that aggregates Health
instances and determines the final system state based on a simple ordered list. |
| RabbitHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for the
RabbitMQ messaging system. |
| RedisHealthIndicator |
Simple implementation of a
HealthIndicator returning status information for
Redis data stores. |
| SolrHealthIndicator |
HealthIndicator for Apache Solr. |
| Status |
Value object to express state of a component or subsystem.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.