Package org.apache.druid.server.http
Class CoordinatorResource
java.lang.Object
org.apache.druid.server.http.CoordinatorResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponsegetLoadQueue(String simple, String full) javax.ws.rs.core.ResponsegetLoadStatus(String simple, String full, String computeUsingClusterView) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseisLeader()This is an unsecured endpoint, defined as such in UNSECURED_PATHS in CoordinatorJettyServerInitializer
-
Constructor Details
-
CoordinatorResource
-
-
Method Details
-
getLeader
public javax.ws.rs.core.Response getLeader() -
isLeader
public javax.ws.rs.core.Response isLeader()This is an unsecured endpoint, defined as such in UNSECURED_PATHS in CoordinatorJettyServerInitializer -
getLoadStatus
-
getLoadQueue
-
getStatusOfDuties
public javax.ws.rs.core.Response getStatusOfDuties()
-