object json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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]) @native()
- def decoder[A](strategy: DecodingStrategy[A])(implicit arg0: QueryResults[A]): Decoder[Either[Failure, Vector[A]]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseErrorAsDecodingFailure[A]: (Json) => Result[A]
- def parseQueryResult[A](js: Json)(implicit arg0: QueryResults[A]): Either[InfluxException, Vector[A]]
parse results JSON using lenient parsing strategy, transforming decoding failures into an InfluxException.
parse results JSON using lenient parsing strategy, transforming decoding failures into an InfluxException.
this is the default means of parsing query results
- def parseQueryResultWithDecoder[A](strategy: DecodingStrategy[A], js: Json)(implicit arg0: QueryResults[A]): Either[InfluxException, Vector[A]]
- def parseResults[A](json: Json)(implicit arg0: QueryResults[A]): Result[Vector[A]]
parse results JSON.
parse results JSON. uses lenient parsing to skip non-series data (ie - errors, statements, anything else).
- val parseResultsObject: (Json) => Result[Vector[Json]]
- def parseResultsWithStrategy[A](strategy: DecodingStrategy[A], json: Json)(implicit arg0: QueryResults[A]): Result[Vector[A]]
parse results JSON using the provided strategy.
- def parseSeriesBody[A](json: Json)(implicit arg0: QueryResults[A]): Result[Vector[A]]
- val parseSeriesObject: (Json) => Result[Vector[Json]]
- val parseSeriesObjectLenient: (Json) => Result[Vector[Json]]
- def resultsDecoder[A](strategy: DecodingStrategy[A])(implicit arg0: QueryResults[A]): Decoder[Vector[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()