All Classes

Class Description
AbstractClause  
AddRelativeTimeClause  
Aggregations  
Alias  
AndConjunction  
Appendable  
Appender  
BasicAuthInterceptor  
BatchOptions
BatchOptions are used to configure batching of individual data point writes into InfluxDB.
BatchPoints
{Purpose of This Type}.
BatchPoints.Builder
The Builder to create a new BatchPoints instance.
BatchProcessor
A BatchProcessor can be attached to a InfluxDB Instance to collect single point writes and aggregates them to BatchPoints to get a better write performance.
BatchProcessor.Builder
The Builder to create a BatchProcessor instance.
BoundParameterQuery  
BoundParameterQuery.QueryBuilder  
BuilderException
Class for exceptions when using Point Builder.
BuiltQuery  
BuiltQuery.QueryBuilder
The query builder shall provide all the building blocks needed, only a static block shall be used.
Clause  
Column  
Column  
Conjunction  
ConjunctionClause  
ContainsClause  
Distinct  
DurationLiteral  
FromClause  
Function  
FunctionFactory  
InfluxDB
Interface with all available methods to access a InfluxDB database.
InfluxDB.Cancellable
A cancelable allows to discontinue a streaming query.
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.
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  
InfluxDBFactory
A Factory to create a instance of a InfluxDB Database adapter.
InfluxDBImpl
Implementation of a InluxDB API.
InfluxDBIOException
A wrapper for IOException caused while interacting with InfluxDB.
InfluxDBMapper  
InfluxDBMapperException  
InfluxDBResultMapper
Main class responsible for mapping a QueryResult to a POJO.
Measurement  
MessagePackConverterFactory
A Retrofit Convertor Factory for MessagePack response.
MessagePackResponseBodyConverter
Test the InfluxDB API over MessagePack format.
MessagePackTraverser
Traverse the MessagePack input stream and return Query Result object(s).
MultipleFromClause  
NegativeRegexClause  
NestedClause  
OperationClause  
Operations  
OrConjunction  
Ordering  
Point
Representation of a InfluxDB database Point.
Point.Builder
Builder for a new Point.
Pong
Representation of the response for a influxdb ping.
Preconditions
Functions for parameter validation.
Query
Represents a Query against Influxdb.
QueryResult
{Purpose of This Type}.
QueryResult.Result  
QueryResult.Series  
QueryStringBuilder  
RawFromClause  
RawText  
RawTextClause  
RegexClause  
RelativeTimeClause  
Select  
SelectCoreImpl<T extends Where>  
Selection  
SelectionQueryImpl  
SelectionSubQueryImpl<T extends WithSubquery>  
SelectQueryImpl  
SelectRegexClause  
SelectSubQueryImpl<T extends WithSubquery>  
SelectWithSubquery  
SimpleClause  
SimpleFromClause  
SubQuery<T extends WithSubquery>  
SubQueryFromClause  
SubRelativeTimeClause  
TimeColumn  
TimeInterval  
TimeUtil
Utils for time related methods.
TimeZone  
Where  
WhereCoreImpl<T extends Select>  
WhereNested<T extends Where>  
WhereQueryImpl<T extends SelectQueryImpl>  
WhereSubQueryImpl<T extends SelectWithSubquery,​E extends WithSubquery>  
WithInto  
WithSubquery