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 ofSolrCoresorg.apache.solr.handler.admin SolrRequestHandlerimplementations 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 HealthCheckHandlerCoreContainer. healthCheckHandlerMethods in org.apache.solr.core that return HealthCheckHandler Modifier and Type Method Description HealthCheckHandlerCoreContainer. 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 HealthCheckHandlerInfoHandler. getHealthCheckHandler()Methods in org.apache.solr.handler.admin with parameters of type HealthCheckHandler Modifier and Type Method Description protected voidInfoHandler. 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)
-