Class

com.github.fsanaulla.chronicler.urlhttp.io.api

Measurement

Related Doc: package api

Permalink

final class Measurement[E] extends MeasurementApi[Try, E] with HasCredentials with UrlWriter with UrlReader

Linear Supertypes
UrlReader, ReadOperations[Try], UrlWriter, WriteOperations[Try, String], PointTransformer, UrlQueryBuilder, QueryBuilder[Uri], UrlResponseHandler, UrlJsonHandler, JsonHandler[Try, Response[JValue]], ResponseHandler[Try, Response[JValue]], UrlRequestExecutor, RequestExecutor[Try, Request, Response[JValue], Uri], DatabaseOperationQuery[Uri], HasCredentials, MeasurementApi[Try, E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Measurement
  2. UrlReader
  3. ReadOperations
  4. UrlWriter
  5. WriteOperations
  6. PointTransformer
  7. UrlQueryBuilder
  8. QueryBuilder
  9. UrlResponseHandler
  10. UrlJsonHandler
  11. JsonHandler
  12. ResponseHandler
  13. UrlRequestExecutor
  14. RequestExecutor
  15. DatabaseOperationQuery
  16. HasCredentials
  17. MeasurementApi
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Measurement(host: String, port: Int, credentials: Option[InfluxCredentials], dbName: String, measurementName: String, gzipped: Boolean)(implicit arg0: ClassTag[E], backend: SttpBackend[Try, Nothing])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bulkWrite(entitys: Seq[E], consistency: Consistency = Consistencies.ONE, precision: Precision = Precisions.NANOSECONDS, retentionPolicy: Option[String] = None)(implicit wr: InfluxWriter[E]): Try[WriteResult]

    Permalink
    Definition Classes
    Measurement → MeasurementApi
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. def read(query: String, epoch: Epoch = Epochs.NANOSECONDS, pretty: Boolean = false, chunked: Boolean = false)(implicit rd: InfluxReader[E]): Try[ReadResult[E]]

    Permalink
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toPoint(measurement: String, serializedEntity: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PointTransformer
  19. def toPoints(measurement: String, serializedEntitys: Seq[String]): String

    Permalink
    Attributes
    protected
    Definition Classes
    PointTransformer
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def write(entity: E, consistency: Consistency = Consistencies.ONE, precision: Precision = Precisions.NANOSECONDS, retentionPolicy: Option[String] = None)(implicit wr: InfluxWriter[E]): Try[WriteResult]

    Permalink
    Definition Classes
    Measurement → MeasurementApi

Inherited from UrlReader

Inherited from ReadOperations[Try]

Inherited from UrlWriter

Inherited from WriteOperations[Try, String]

Inherited from PointTransformer

Inherited from UrlQueryBuilder

Inherited from QueryBuilder[Uri]

Inherited from UrlResponseHandler

Inherited from UrlJsonHandler

Inherited from JsonHandler[Try, Response[JValue]]

Inherited from ResponseHandler[Try, Response[JValue]]

Inherited from UrlRequestExecutor

Inherited from RequestExecutor[Try, Request, Response[JValue], Uri]

Inherited from DatabaseOperationQuery[Uri]

Inherited from HasCredentials

Inherited from MeasurementApi[Try, E]

Inherited from AnyRef

Inherited from Any

Ungrouped