org.sparklinedata.druid.client

DruidQueryServerClient

class DruidQueryServerClient extends DruidClient with Logging

Linear Supertypes
DruidClient, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DruidQueryServerClient
  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 DruidQueryServerClient(s: String)

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

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

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

    Definition Classes
    AnyRef → Any
  11. def executeQuery(qry: QuerySpec): List[QueryResultRow]

    Annotations
    @throws( classOf[DruidDataSourceException] )
  12. def executeQuery(url: String, qry: QuerySpec): List[QueryResultRow]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  20. def httpClient: CloseableHttpClient

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

    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  23. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  30. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  35. def metadata(dataSource: String, fullIndex: Boolean): DruidDataSource

    Annotations
    @throws( classOf[DruidDataSourceException] )
  36. def metadata(url: String, dataSource: String, segs: List[DruidSegmentInfo], fullIndex: Boolean): DruidDataSource

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

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

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

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

    Attributes
    protected
    Definition Classes
    DruidClient
    Annotations
    @throws( classOf[DruidDataSourceException] )
  41. 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] )
  42. def post(url: String, payload: String, reqHeaders: Map[String, String] = null): JValue

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

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

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

    Attributes
    protected
    Definition Classes
    DruidClient
  46. def segmentInfo(dataSource: String): List[SegmentInfo]

    Annotations
    @throws( classOf[DruidDataSourceException] )
  47. def serverStatus: ServerStatus

    Definition Classes
    DruidClient
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Definition Classes
    AnyRef → Any
  51. val url: String

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DruidClient

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped