object InfluxDB
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InfluxDB
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Count(either: Either[String, Distinct]) extends IFunction with Product with Serializable
- case class Derivative(field_key: Either[String, IFunction], rate: Option[Duration]) extends IFunction with Product with Serializable
- case class Distinct(field_key: String) extends IFunction with Product with Serializable
- case class Duration(amount: Int, unit: DurationUnit) extends Product with Serializable
- sealed trait DurationUnit extends AnyRef
- 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
- case class First(field_key: String) extends IFunction with Product with Serializable
- sealed trait IFunction extends AnyRef
- case class Last(field_key: String) extends IFunction with Product with Serializable
- case class Max(field_key: String) extends IFunction with Product with Serializable
- case class Mean(field_key: String) extends IFunction with Product with Serializable
- case class Median(field_key: String) extends IFunction with Product with Serializable
- case class Min(field_key: String) extends IFunction with Product with Serializable
- case class Percentile(field_key: String, n: Double) extends IFunction with Product with Serializable
- case class Stddev(field_key: String) extends IFunction with Product with Serializable
- case class Sum(field_key: String) extends IFunction 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 val DEFAULT_PORT: Int(8086)
- final val INFLUX_PING_REQUEST_TIMEOUT: FiniteDuration
- final val INFLUX_REQUEST_TIMEOUT: FiniteDuration
- 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()
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- 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" .
- 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 Count extends Serializable
- object Duration extends Serializable
- object DurationUnit
- object Hours extends Epoch with Product with Serializable
- object MicroSeconds extends Epoch with Product with Serializable
- object MilliSeconds extends Epoch with Product with Serializable
- object Minutes extends Epoch with Product with Serializable
- object NanoSeconds extends Epoch with Product with Serializable
- object Seconds extends Epoch with Product with Serializable
Deprecated Value Members
- 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.