Uses of Class
com.influxdb.query.dsl.functions.ToFlux
-
Uses of ToFlux in com.influxdb.query.dsl
Modifier and TypeMethodDescriptionfinal ToFlux
Flux.to()
To operation takes data from a stream and writes it to a bucket.final ToFlux
To operation takes data from a stream and writes it to a bucket.final ToFlux
To operation takes data from a stream and writes it to a bucket.final ToFlux
To operation takes data from a stream and writes it to a bucket.final ToFlux
To operation takes data from a stream and writes it to a bucket.final ToFlux
Flux.to
(String bucket, String org, String host, String token, String timeColumn, String[] tagColumns, String fieldFn) To operation takes data from a stream and writes it to a bucket.final ToFlux
Flux.to
(String bucket, String org, String host, String token, String timeColumn, Collection<String> tagColumns, String fieldFn) To operation takes data from a stream and writes it to a bucket.final ToFlux
To operation takes data from a stream and writes it to a bucket. -
Uses of ToFlux in com.influxdb.query.dsl.functions
Modifier and TypeMethodDescriptionToFlux.withBucket
(String bucket) ToFlux.withBucketID
(String bucketID) ToFlux.withFieldFunction
(String fieldFn) ToFlux.withTagColumns
(String[] tagColumns) ToFlux.withTagColumns
(Collection<String> tagColumns) ToFlux.withTimeColumn
(String timeColumn)