com
.
paulgoldbaum
influxdbclient
package
influxdbclient
Visibility
Public
All
Type Members
case class
BooleanField
(
key:
String
,
value:
Boolean
)
extends
Field
with
Product
with
Serializable
class
Database
extends
InfluxDB
with
RetentionPolicyManagement
with
DatabaseManagement
trait
DatabaseManagement
extends
AnyRef
Attributes
protected
class
DatabaseNotFoundException
extends
WriteException
case class
DoubleField
(
key:
String
,
value:
Double
)
extends
Field
with
Product
with
Serializable
class
ErrorResponseException
extends
QueryResultException
sealed
trait
Field
extends
AnyRef
class
HttpClient
extends
AnyRef
Attributes
protected
class
HttpException
extends
Exception
class
InfluxDB
extends
UserManagement
class
InfluxDBException
extends
Exception
class
InvalidRetentionPolicyParametersException
extends
Exception
case class
LongField
(
key:
String
,
value:
Long
)
extends
Field
with
Product
with
Serializable
class
MalformedRequestException
extends
WriteException
class
MalformedResponseException
extends
QueryResultException
class
PingException
extends
InfluxDBException
case class
Point
(
key:
String
,
timestamp:
Long
=
1
,
tags:
List
[
Tag
] =
List()
,
fields:
List
[
Field
] =
List()
)
extends
Product
with
Serializable
sealed
trait
Privilege
extends
AnyRef
class
QueryException
extends
InfluxDBException
class
QueryResult
extends
AnyRef
abstract
class
QueryResultException
extends
Exception
class
Record
extends
AnyRef
class
RequestNotCompletedException
extends
WriteException
trait
RetentionPolicyManagement
extends
AnyRef
Attributes
protected
class
Series
extends
AnyRef
class
ServerUnavailableException
extends
WriteException
case class
StringField
(
key:
String
,
value:
String
)
extends
Field
with
Product
with
Serializable
case class
Tag
(
key:
String
,
value:
String
)
extends
Product
with
Serializable
class
TagSet
extends
AnyRef
class
UdpClient
extends
AnyRef
class
UnknownErrorException
extends
WriteException
trait
UserManagement
extends
AnyRef
Attributes
protected
abstract
class
WriteException
extends
InfluxDBException
Value Members
object
ALL
extends
Privilege
with
Product
with
Serializable
object
HttpClient
Attributes
protected
object
InfluxDB
object
Parameter
object
QueryResult
object
READ
extends
Privilege
with
Product
with
Serializable
object
Util
Attributes
protected
object
WRITE
extends
Privilege
with
Product
with
Serializable
Ungrouped