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 Count(either: Either[String, Distinct]) extends IFunction with Product with Serializable
  2. case class Derivative(field_key: Either[String, IFunction], rate: Option[Duration]) extends IFunction with Product with Serializable
  3. case class Distinct(field_key: String) extends IFunction with Product with Serializable
  4. case class Duration(amount: Int, unit: DurationUnit) extends Product with Serializable
  5. sealed trait DurationUnit extends AnyRef
  6. 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

  7. case class First(field_key: String) extends IFunction with Product with Serializable
  8. sealed trait IFunction extends AnyRef
  9. case class Last(field_key: String) extends IFunction with Product with Serializable
  10. case class Max(field_key: String) extends IFunction with Product with Serializable
  11. case class Mean(field_key: String) extends IFunction with Product with Serializable
  12. case class Median(field_key: String) extends IFunction with Product with Serializable
  13. case class Min(field_key: String) extends IFunction with Product with Serializable
  14. case class Percentile(field_key: String, n: Double) extends IFunction with Product with Serializable
  15. case class Stddev(field_key: String) extends IFunction with Product with Serializable
  16. 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]) @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. object Hours extends Epoch with Product with Serializable
  27. object MicroSeconds extends Epoch with Product with Serializable
  28. object MilliSeconds extends Epoch with Product with Serializable
  29. object Minutes extends Epoch with Product with Serializable
  30. object NanoSeconds extends Epoch with Product with Serializable
  31. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped