Interface | Description |
---|---|
InfluxDB |
Interface with all available methods to access a InfluxDB database.
|
InfluxDB.Cancellable |
A cancelable allows to discontinue a streaming query.
|
Class | Description |
---|---|
BatchOptions |
BatchOptions are used to configure batching of individual data point writes
into InfluxDB.
|
Enum | Description |
---|---|
InfluxDB.ConsistencyLevel |
ConsistencyLevel for write Operations.
|
InfluxDB.LogLevel |
Controls the level of logging of the REST layer.
|
InfluxDB.ResponseFormat |
Format of HTTP Response body from InfluxDB server.
|
InfluxDBFactory |
A Factory to create a instance of a InfluxDB Database adapter.
|
Exception | Description |
---|---|
BuilderException |
Class for exceptions when using Point Builder.
|
InfluxDBException |
A wrapper for various exceptions caused while interacting with InfluxDB.
|
InfluxDBException.AuthorizationFailedException | |
InfluxDBException.CacheMaxMemorySizeExceededException | |
InfluxDBException.DatabaseNotFoundException | |
InfluxDBException.FieldTypeConflictException | |
InfluxDBException.HintedHandOffQueueNotEmptyException | |
InfluxDBException.PointsBeyondRetentionPolicyException | |
InfluxDBException.RetryBufferOverrunException | |
InfluxDBException.UnableToParseException | |
InfluxDBIOException |
A wrapper for
IOException caused while interacting with InfluxDB. |
InfluxDBMapperException |
Copyright © 2019. All rights reserved.