class KairosDB extends StrictLogging
- Alphabetic
- By Inheritance
- KairosDB
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new KairosDB(wsClient: StandaloneWSClient, config: KairosDBConfig, executionContext: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDataPoint(dataPoint: DataPoint): Future[Unit]
- def addDataPoints(dataPoints: Seq[DataPoint], gzip: Boolean = false): Future[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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.
- def deleteMetric(metricName: MetricName): Future[Unit]
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def healthCheck: Future[HealthCheckResult]
- def healthStatus: Future[HealthStatusResults]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listMetricNames: Future[Seq[MetricName]]
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.
- def queryMetrics(queryMetrics: QueryMetrics): Future[Response]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val url: Url
- def version: Future[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated