Uses of Class
org.apache.solr.handler.admin.HealthCheckHandler
-
Packages that use HealthCheckHandler Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.handler.admin SolrRequestHandler
implementations for powering he Solr Admin UIorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs. -
-
Uses of HealthCheckHandler in org.apache.solr.core
Fields in org.apache.solr.core declared as HealthCheckHandler Modifier and Type Field Description protected HealthCheckHandler
CoreContainer. healthCheckHandler
Methods in org.apache.solr.core that return HealthCheckHandler Modifier and Type Method Description HealthCheckHandler
CoreContainer. getHealthCheckHandler()
-
Uses of HealthCheckHandler in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin that return HealthCheckHandler Modifier and Type Method Description HealthCheckHandler
InfoHandler. getHealthCheckHandler()
Methods in org.apache.solr.handler.admin with parameters of type HealthCheckHandler Modifier and Type Method Description protected void
InfoHandler. setHealthCheckHandler(HealthCheckHandler healthCheckHandler)
-
Uses of HealthCheckHandler in org.apache.solr.handler.admin.api
Constructors in org.apache.solr.handler.admin.api with parameters of type HealthCheckHandler Constructor Description NodeHealthAPI(HealthCheckHandler handler)
-