Package

com.github.fsanaulla

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. class AuthorizationException extends InfluxException

    Permalink
  2. class BadRequestException extends InfluxException

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

    Permalink
  4. case class CharField(key: String, value: Char) extends InfluxField with Product with Serializable

    Permalink
  5. class ConnectionException extends InfluxException

    Permalink
  6. case class ContinuousQuery(cqName: String, query: String) extends Product with Serializable

    Permalink
  7. case class ContinuousQueryInfo(dbName: String, querys: Seq[ContinuousQuery]) extends Product with Serializable

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

    Permalink
  9. case class FieldInfo(fieldName: String, fieldType: String) extends Product with Serializable

    Permalink
  10. case class InfluxCredentials(username: Option[String], password: Option[String]) extends Product with Serializable

    Permalink
  11. abstract class InfluxException extends Throwable

    Permalink
  12. sealed trait InfluxField extends AnyRef

    Permalink
  13. trait InfluxFormatter[T] extends InfluxReader[T] with InfluxWriter[T]

    Permalink
    Annotations
    @implicitNotFound( ... )
  14. trait InfluxReader[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  15. case class InfluxTag(key: String, value: String) extends Product with Serializable

    Permalink
  16. trait InfluxWriter[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  17. case class IntField(key: String, value: Int) extends InfluxField with Product with Serializable

    Permalink
  18. class InternalServerError extends InfluxException

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

    Permalink
  20. class OperationException extends InfluxException

    Permalink
  21. case class Point(measurement: String, tags: List[InfluxTag] = Nil, fields: List[InfluxField] = Nil, time: Long = 1L) extends Product with Serializable

    Permalink
  22. case class QueryInfo(queryId: Int, query: String, dbName: String, duration: String) extends Product with Serializable

    Permalink
  23. case class QueryResult[A](code: Int, isSuccess: Boolean, queryResult: Seq[A] = Nil, ex: Option[Throwable] = None) extends Product with Serializable

    Permalink
  24. class ResourceNotFoundException extends InfluxException

    Permalink
  25. case class Result(code: Int, isSuccess: Boolean, ex: Option[Throwable] = None) extends Product with Serializable

    Permalink
  26. case class RetentionPolicyInfo(name: String, duration: String, shardGroupDuration: String, replication: Int, default: Boolean) extends Product with Serializable

    Permalink
  27. case class Shard(id: Int, dbName: String, rpName: String, shardGroup: Int, startTime: String, endTime: String, expiryTime: String, owners: String) extends Product with Serializable

    Permalink
  28. case class ShardGroup(id: Int, dbName: String, rpName: String, startTime: String, endTime: String, expiryTime: String) extends Product with Serializable

    Permalink
  29. case class ShardGroupsInfo(shardGroupName: String, seq: Seq[ShardGroup]) extends Product with Serializable

    Permalink
  30. case class ShardInfo(dbName: String, shards: Seq[Shard]) extends Product with Serializable

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

    Permalink
  32. case class Subscription(rpName: String, subsName: String, destType: String, addresses: Seq[String]) extends Product with Serializable

    Permalink
  33. case class SubscriptionInfo(dbName: String, subscriptions: Seq[Subscription]) extends Product with Serializable

    Permalink
  34. case class TagValue(tag: String, value: String) extends Product with Serializable

    Permalink
  35. case class UdpConnection(address: InetAddress, port: Int) extends Product with Serializable

    Permalink
  36. class UnknownConnectionException extends InfluxException

    Permalink
  37. class UnknownResponseException extends InfluxException

    Permalink
  38. case class UserInfo(username: String, isAdmin: Boolean) extends Product with Serializable

    Permalink
  39. case class UserPrivilegesInfo(database: String, privilege: String) extends Product with Serializable

    Permalink

Value Members

  1. object InfluxImplicits

    Permalink
  2. object QueryResult extends Serializable

    Permalink
  3. object Result extends Serializable

    Permalink

Ungrouped