Packages

object InfluxDB

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

Type Members

  1. case class AND(filter1: IFilter, filter2: IFilter, other: IFilter*) extends IFilter with Product with Serializable
  2. case class Count(either: Either[String, Distinct]) extends IFunction with Product with Serializable
  3. case class Derivative(field_key: Either[String, IFunction], rate: Option[Duration]) extends IFunction with Product with Serializable
  4. case class Distinct(field_key: String) extends IFunction with Product with Serializable
  5. case class Duration(amount: Int, unit: DurationUnit) extends Product with Serializable
  6. sealed trait DurationUnit extends AnyRef
  7. sealed trait Epoch extends AnyRef

    If you want timestamps in Unix epoch format include in your request the query string parameter epoch where epoch=[h,m,s,ms,u,ns]

    If you want timestamps in Unix epoch format include in your request the query string parameter epoch where epoch=[h,m,s,ms,u,ns]

    See https://influxdb.com/docs/v0.9/guides/querying_data.html

  8. case class First(field_key: String) extends IFunction with Product with Serializable
  9. case class IFieldFilter(field_key: String, operator: IFieldFilterOperation, value: IFieldValue) extends IFilter with Product with Serializable
  10. sealed trait IFieldFilterOperation extends AnyRef
  11. sealed trait IFilter extends AnyRef
  12. sealed trait IFunction extends AnyRef
  13. case class Last(field_key: String) extends IFunction with Product with Serializable
  14. case class Max(field_key: String) extends IFunction with Product with Serializable
  15. case class Mean(field_key: String) extends IFunction with Product with Serializable
  16. case class Median(field_key: String) extends IFunction with Product with Serializable
  17. case class Min(field_key: String) extends IFunction with Product with Serializable
  18. case class NOT(filter: IFilter) extends IFilter with Product with Serializable
  19. case class OR(filter1: IFilter, filter2: IFilter, other: IFilter*) extends IFilter with Product with Serializable
  20. case class Percentile(field_key: String, n: Double) extends IFunction with Product with Serializable
  21. case class Stddev(field_key: String) extends IFunction with Product with Serializable
  22. case class Sum(field_key: String) extends IFunction with Product with Serializable

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. final val DEFAULT_PORT: Int(8086)
  5. final val INFLUX_PING_REQUEST_TIMEOUT: FiniteDuration
  6. final val INFLUX_REQUEST_TIMEOUT: FiniteDuration
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. val parseDurationLiteral: PartialFunction[String, Duration]

    duration_lit = int_lit duration_unit .

    duration_lit = int_lit duration_unit . duration_unit = "u" | "µ" | "s" | "h" | "d" | "w" | "ms" .

  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. object Count extends Serializable
  24. object Duration extends Serializable
  25. object DurationUnit
  26. case object EQ extends IFieldFilterOperation with Product with Serializable
  27. case object GT extends IFieldFilterOperation with Product with Serializable
  28. case object GTE extends IFieldFilterOperation with Product with Serializable
  29. case object Hours extends Epoch with Product with Serializable
  30. case object LT extends IFieldFilterOperation with Product with Serializable
  31. case object LTE extends IFieldFilterOperation with Product with Serializable
  32. case object MicroSeconds extends Epoch with Product with Serializable
  33. case object MilliSeconds extends Epoch with Product with Serializable
  34. case object Minutes extends Epoch with Product with Serializable
  35. case object NE extends IFieldFilterOperation with Product with Serializable
  36. case object NanoSeconds extends Epoch with Product with Serializable
  37. case object Seconds extends Epoch with Product with Serializable

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped