com.paulgoldbaum

influxdbclient

package influxdbclient

Visibility
  1. Public
  2. All

Type Members

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

  2. class Database extends InfluxDB with RetentionPolicyManagement with DatabaseManagement

  3. trait DatabaseManagement extends AnyRef

    Attributes
    protected
  4. class DatabaseNotFoundException extends WriteException

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

  6. class ErrorResponseException extends QueryResultException

  7. sealed trait Field extends AnyRef

  8. class HttpClient extends AnyRef

    Attributes
    protected
  9. class HttpConfig extends AnyRef

  10. class HttpException extends Exception

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

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

  13. class InfluxDB extends UserManagement

  14. class InfluxDBException extends Exception

  15. class InvalidRetentionPolicyParametersException extends Exception

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

  17. class MalformedRequestException extends WriteException

  18. class MalformedResponseException extends QueryResultException

  19. class PingException extends InfluxDBException

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

  21. sealed trait Privilege extends AnyRef

  22. class QueryException extends InfluxDBException

  23. class QueryResult extends AnyRef

  24. abstract class QueryResultException extends Exception

  25. class Record extends AnyRef

  26. class RequestNotCompletedException extends WriteException

  27. trait RetentionPolicyManagement extends AnyRef

    Attributes
    protected
  28. class Series extends AnyRef

  29. class ServerUnavailableException extends WriteException

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

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

  32. class TagSet extends AnyRef

  33. class UdpClient extends AnyRef

  34. class UnknownErrorException extends WriteException

  35. trait UserManagement extends AnyRef

    Attributes
    protected
  36. abstract class WriteException extends InfluxDBException

Value Members

  1. object ALL extends Privilege with Product with Serializable

  2. object InfluxDB

  3. object Parameter

  4. object QueryResult

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

  6. object Util

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

Ungrouped