object InfluxQueryBuilder extends SharedProtocol
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InfluxQueryBuilder
- SharedProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Exact(instant: Instant) extends IInstant with Product with Serializable
- sealed trait IInstant extends AnyRef
- case class Interval(start: Option[IInstant], end: Option[IInstant]) extends Product with Serializable
- sealed trait Order extends AnyRef
- case class RelativeTo(to: IInstant = Now, timeToGoBack: Duration) extends IInstant with Product with Serializable
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deleteSeries(tagSelector: (String, String), from: Option[Instant], until: Option[Instant]): String
- def deleteSeriesPredicate(tagSelector: (String, String)): String
- def dropSeries(tagSelector: (String, String)): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeValue(string: String): String
Strings are text values.
Strings are text values. All string values must be surrounded in double-quotes ". If the string contains a double-quote, it must be escaped with a backslash, e.g. \".
- string
the string to escape
- returns
the escape string
- Definition Classes
- SharedProtocol
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def grouped(func: IFunction, tagSelector: (String, String), measurement: String, grouping: Duration, interval: Interval = Interval.beginningOfTimeUntilNow, filter: Option[IFilter] = None, limit: Option[Long] = None): String
- def groupedMultiple(funcs: Seq[IFunction], tagSelector: (String, String), measurement: String, grouping: Duration, interval: Interval = Interval.beginningOfTimeUntilNow, filter: Option[IFilter] = None, limit: Option[Long] = None): String
Variation of grouped that can take multiple IFunctions
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metricNames(database: String, tagSelector: (String, String)): String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def simple(fields: Seq[String], tagSelector: (String, String), measurement: String, interval: Interval = Interval.beginningOfTimeUntilNow, order: Order = Order.defaultOrder, limit: Option[Long] = None): String
- def simpleMultipleMeasurements(fields: Seq[String], tagSelector: (String, String), measurements: Seq[String], interval: Interval = Interval.beginningOfTimeUntilNow, order: Order = Order.defaultOrder, limit: Option[Long] = None): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- object Interval extends Serializable
If start and end times aren’t set they will default to beginning of time until now, respectively.
- object Now extends IInstant
- object Order
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)