| Constructor and Description |
|---|
NoopEscalator() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
createEscalatedAuthenticationResult() |
HttpClient |
createEscalatedClient(HttpClient baseClient)
Return a client that sends requests with the format/information necessary to authenticate successfully
against this Escalator's authentication scheme using the identity of the internal system user.
|
boolean |
equals(Object obj) |
static NoopEscalator |
getInstance() |
int |
hashCode() |
String |
toString() |
public static NoopEscalator getInstance()
public HttpClient createEscalatedClient(HttpClient baseClient)
EscalatorThis HTTP client is used for internal communications between Druid nodes, such as when a broker communicates with a historical node during query processing.
createEscalatedClient in interface EscalatorbaseClient - Base HTTP client for internal Druid communicationspublic AuthenticationResult createEscalatedAuthenticationResult()
createEscalatedAuthenticationResult in interface EscalatorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.