org.sparklinedata.druid.client

DruidCoordinatorClient

class DruidCoordinatorClient extends DruidClient with Logging

Linear Supertypes
DruidClient, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DruidCoordinatorClient
  2. DruidClient
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DruidCoordinatorClient(s: String)

  2. new DruidCoordinatorClient(t: (String, Int))

  3. new DruidCoordinatorClient(host: String, port: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addHeaders(req: HttpRequestBase, reqHeaders: Map[String, String]): Unit

    Attributes
    protected
    Definition Classes
    DruidClient
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dataSourceInfo(datasource: String): DataSourceSegmentInfo

    Annotations
    @throws( classOf[DruidDataSourceException] )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def executeQuery(url: String, qry: QuerySpec): List[QueryResultRow]

    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  13. def executeQueryAsStream(url: String, qry: QuerySpec): CloseableIterator[QueryResultRow]

    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(url: String, payload: String = null, reqHeaders: Map[String, String] = null): JValue

    Attributes
    protected
    Definition Classes
    DruidClient
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getRequest(url: String): HttpGet

    Attributes
    protected
    Definition Classes
    DruidClient
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def httpClient: CloseableHttpClient

    Attributes
    protected
    Definition Classes
    DruidClient
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  22. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  23. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  27. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  28. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  29. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  30. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  31. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def metadata(url: String, dataSource: String, segs: List[DruidSegmentInfo], fullIndex: Boolean): DruidDataSource

    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  35. def metadataFromHistorical(histServer: HistoricalServerInfo, dataSource: String, fullIndex: Boolean): DruidDataSource

    Annotations
    @throws( classOf[DruidDataSourceException] )
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def perform(url: String, reqType: (String) ⇒ HttpRequestBase, payload: String, reqHeaders: Map[String, String]): JValue

    Attributes
    protected
    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  40. def performQuery(url: String, reqType: (String) ⇒ HttpRequestBase, qrySpec: QuerySpec, payload: String, reqHeaders: Map[String, String]): CloseableIterator[QueryResultRow]

    Attributes
    protected
    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  41. def post(url: String, payload: String, reqHeaders: Map[String, String] = null): JValue

    Attributes
    protected
    Definition Classes
    DruidClient
  42. def postQuery(url: String, qrySpec: QuerySpec, payload: String, reqHeaders: Map[String, String] = null): CloseableIterator[QueryResultRow]

    Attributes
    protected
    Definition Classes
    DruidClient
  43. def postRequest(url: String): HttpPost

    Attributes
    protected
    Definition Classes
    DruidClient
  44. def release(resp: CloseableHttpResponse): Unit

    Attributes
    protected
    Definition Classes
    DruidClient
  45. def serverStatus: ServerStatus

    Definition Classes
    DruidClient
  46. def serversInfo: List[HistoricalServerInfo]

    Annotations
    @throws( classOf[DruidDataSourceException] )
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def timeBoundary(dataSource: String): Interval

    Definition Classes
    DruidCoordinatorClientDruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. val urlPrefix: String

  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DruidClient

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped