public class CoordinatorResource extends Object
| Constructor and Description |
|---|
CoordinatorResource(DruidCoordinator coordinator) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLeader() |
javax.ws.rs.core.Response |
getLoadQueue(String simple,
String full) |
javax.ws.rs.core.Response |
getLoadStatus(String simple,
String full,
String computeUsingClusterView) |
javax.ws.rs.core.Response |
isLeader()
This is an unsecured endpoint, defined as such in UNSECURED_PATHS in CoordinatorJettyServerInitializer
|
@Inject public CoordinatorResource(DruidCoordinator coordinator)
public javax.ws.rs.core.Response getLeader()
public javax.ws.rs.core.Response isLeader()
public javax.ws.rs.core.Response getLoadStatus(String simple, String full, @Nullable String computeUsingClusterView)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.