Package

com.paulgoldbaum

influxdbclient

Permalink

package influxdbclient

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. class Database extends InfluxDB with RetentionPolicyManagement with DatabaseManagement

    Permalink
  3. trait DatabaseManagement extends AnyRef

    Permalink
    Attributes
    protected
  4. class DatabaseNotFoundException extends WriteException

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

    Permalink
  6. class ErrorResponseException extends QueryResultException

    Permalink
  7. sealed trait Field extends AnyRef

    Permalink
  8. class HttpClient extends AnyRef

    Permalink
    Attributes
    protected
  9. class HttpConfig extends AnyRef

    Permalink
  10. class HttpException extends Exception

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

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

    Permalink
  13. class InfluxDB extends UserManagement

    Permalink
  14. class InfluxDBException extends Exception

    Permalink
  15. class InvalidRetentionPolicyParametersException extends Exception

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

    Permalink
  17. class MalformedRequestException extends WriteException

    Permalink
  18. class MalformedResponseException extends QueryResultException

    Permalink
  19. class PingException extends InfluxDBException

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

    Permalink
  21. sealed trait Privilege extends AnyRef

    Permalink
  22. class QueryException extends InfluxDBException

    Permalink
  23. class QueryResult extends AnyRef

    Permalink
  24. abstract class QueryResultException extends Exception

    Permalink
  25. class Record extends AnyRef

    Permalink
  26. class RequestNotCompletedException extends WriteException

    Permalink
  27. trait RetentionPolicyManagement extends AnyRef

    Permalink
    Attributes
    protected
  28. class Series extends AnyRef

    Permalink
  29. class ServerUnavailableException extends WriteException

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

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

    Permalink
  32. class TagSet extends AnyRef

    Permalink
  33. class UdpClient extends AnyRef

    Permalink
  34. class UnknownErrorException extends WriteException

    Permalink
  35. trait UserManagement extends AnyRef

    Permalink
    Attributes
    protected
  36. 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