Package

io.razem

influxdbclient

Permalink

package influxdbclient

Visibility
  1. Public
  2. All

Type Members

  1. case class BigDecimalField(key: String, value: BigDecimal) extends Field with Product with Serializable

    Permalink
  2. case class BooleanField(key: String, value: Boolean) extends Field with Product with Serializable

    Permalink
  3. class Database extends InfluxDB with RetentionPolicyManagement with DatabaseManagement

    Permalink
  4. trait DatabaseManagement extends AnyRef

    Permalink
    Attributes
    protected
  5. class DatabaseNotFoundException extends WriteException

    Permalink
  6. case class DoubleField(key: String, value: Double) extends Field with Product with Serializable

    Permalink
  7. class ErrorResponseException extends QueryResultException

    Permalink
  8. sealed trait Field extends Product with Serializable

    Permalink
  9. class HttpClient extends AnyRef

    Permalink
    Attributes
    protected
  10. class HttpConfig extends AnyRef

    Permalink
  11. class HttpException extends Exception

    Permalink
  12. case class HttpJsonResponse(code: Int, content: Map[String, AnyRef]) extends Product with Serializable

    Permalink
  13. case class HttpResponse(code: Int, content: String) extends Product with Serializable

    Permalink
  14. class InfluxDB extends UserManagement with AutoCloseable

    Permalink
  15. class InfluxDBException extends Exception

    Permalink
  16. class InvalidRetentionPolicyParametersException extends Exception

    Permalink
  17. case class LongField(key: String, value: Long) extends Field with Product with Serializable

    Permalink
  18. class MalformedRequestException extends WriteException

    Permalink
  19. class MalformedResponseException extends QueryResultException

    Permalink
  20. class PingException extends InfluxDBException

    Permalink
  21. case class Point(key: String, timestamp: Long = 1, tags: Seq[Tag] = Nil, fields: Seq[Field] = Nil) extends Product with Serializable

    Permalink
  22. sealed trait Privilege extends AnyRef

    Permalink
  23. class QueryException extends InfluxDBException

    Permalink
  24. class QueryResult extends AnyRef

    Permalink
  25. abstract class QueryResultException extends Exception

    Permalink
  26. class Record extends AnyRef

    Permalink
  27. class RequestNotCompletedException extends WriteException

    Permalink
  28. trait RetentionPolicyManagement extends AnyRef

    Permalink
    Attributes
    protected
  29. class Series extends AnyRef

    Permalink
  30. class ServerUnavailableException extends WriteException

    Permalink
  31. case class StringField(key: String, value: String) extends Field with Product with Serializable

    Permalink
  32. case class Tag(key: String, value: String) extends Product with Serializable

    Permalink
  33. class TagSet extends AnyRef

    Permalink
  34. class UdpClient extends AnyRef

    Permalink
  35. class UnknownErrorException extends WriteException

    Permalink
  36. trait UserManagement extends AnyRef

    Permalink
    Attributes
    protected
  37. abstract class WriteException extends InfluxDBException

    Permalink

Value Members

  1. object ALL extends Privilege with Product with Serializable

    Permalink
  2. object InfluxDB

    Permalink
  3. object Parameter

    Permalink
  4. object QueryResult

    Permalink
    Attributes
    protected
  5. object READ extends Privilege with Product with Serializable

    Permalink
  6. object Util

    Permalink
    Attributes
    protected
  7. object WRITE extends Privilege with Product with Serializable

    Permalink

Ungrouped