Packages

class KairosDB extends StrictLogging

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KairosDB
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KairosDB(wsClient: StandaloneWSClient, config: KairosDBConfig, executionContext: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDataPoint(dataPoint: DataPoint): Future[Unit]
  5. def addDataPoints(dataPoints: Seq[DataPoint], gzip: Boolean = false): Future[Unit]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def deleteDataPoints(queryMetrics: QueryMetrics): Future[Unit]

    Delete will perform the query specified in the body and delete all data points returned by the query.

    Delete will perform the query specified in the body and delete all data points returned by the query. Aggregators and groupers have no effect on which data points are deleted.

    Delete is designed such that you could perform a query, verify that the data points returned are correct, and issue the delete with that query.

    Note: Delete works for the Cassandra and H2 data store only.

  9. def deleteMetric(metricName: MetricName): Future[Unit]
  10. implicit val ec: ExecutionContext
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def healthCheck: Future[HealthCheckResult]
  16. def healthStatus: Future[HealthStatusResults]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listMetricNames: Future[Seq[MetricName]]
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def queryMetricTags(queryMetrics: QueryMetrics): Future[TagQueryResponse]

    You can think of this as the exact same as the query but it leaves off the data and just returns the tag information.

    You can think of this as the exact same as the query but it leaves off the data and just returns the tag information.

    Note: Currently this is not implemented in the HBase datastore.

  24. def queryMetrics(queryMetrics: QueryMetrics): Future[Response]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. val url: Url
  28. def version: Future[String]
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped