org.sparklinedata.druid.client

DruidOverlordClient

class DruidOverlordClient extends DruidClient

Self Type
DruidOverlordClient
Linear Supertypes
DruidClient, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DruidOverlordClient
  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 DruidOverlordClient(host: String, port: Int, useSmile: Boolean = false)

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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def getPendingTasks: List[OverlordTaskResponseObject]

  17. def getRequest(url: String): DruidHttpGet

    Attributes
    protected
    Definition Classes
    DruidClient
  18. def getRunningTasks: List[OverlordTaskResponseObject]

  19. def getTaskStatus(taskID: String): OverlordTaskStatus.Value

  20. def getWaitingTasks: List[OverlordTaskResponseObject]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def httpClient: CloseableHttpClient

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

    Definition Classes
    Any
  24. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  25. val jsonOps: JsonOperations

  26. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  33. def logName: String

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

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

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

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

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

    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    DruidClient
  46. def postRequest(url: String): DruidHttpPost

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

    Attributes
    protected
    Definition Classes
    DruidClient
  48. def serverStatus: ServerStatus

    Definition Classes
    DruidClient
  49. def setCancellableHolder(c: CancellableHolder): Unit

    Definition Classes
    DruidClient
  50. def shutDownTask(taskID: String): Map[String, String]

  51. def submitTask(task: String): String

  52. def submitTask(taskFile: File): String

  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    DruidOverlordClientDruidClient
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. val urlPrefix: String

  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def waitUntilTaskCompletes(taskID: String, millisEach: Int, numTimes: Int): Unit

  61. def waitUntilTaskCompletes(taskID: String): Unit

Inherited from DruidClient

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped