public class SolrHealthIndicator extends AbstractHealthIndicator
HealthIndicator
for Apache Solr.Constructor and Description |
---|
SolrHealthIndicator(org.apache.solr.client.solrj.SolrServer solrServer) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
public SolrHealthIndicator(org.apache.solr.client.solrj.SolrServer solrServer)
protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and detailsException
- any Exception
that should create a Status.DOWN
system status.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.