Class NoopEscalator

    • Constructor Detail

      • NoopEscalator

        public NoopEscalator()
    • Method Detail

      • createEscalatedClient

        public org.apache.druid.java.util.http.client.HttpClient createEscalatedClient​(org.apache.druid.java.util.http.client.HttpClient baseClient)
        Description copied from interface: Escalator
        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.

        This HTTP client is used for internal communications between Druid nodes, such as when a broker communicates with a historical node during query processing.

        Specified by:
        createEscalatedClient in interface Escalator
        Parameters:
        baseClient - Base HTTP client for internal Druid communications
        Returns:
        metamx HttpClient that sends requests with the credentials of the internal system user
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object