public class SolrHealthIndicator extends AbstractHealthIndicator
HealthIndicator for Apache Solr.| Constructor and Description |
|---|
SolrHealthIndicator(org.apache.solr.client.solrj.SolrClient solrClient) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic SolrHealthIndicator(org.apache.solr.client.solrj.SolrClient solrClient)
protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicatordoHealthCheck in class AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsException - any Exception that should create a Status.DOWN
system status.