Uses of Class
com.influxdb.query.dsl.functions.ToFlux
Packages that use ToFlux
-
Uses of ToFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return ToFluxModifier and TypeMethodDescriptionfinal ToFluxFlux.to()To operation takes data from a stream and writes it to a bucket.final ToFluxTo operation takes data from a stream and writes it to a bucket.final ToFluxTo operation takes data from a stream and writes it to a bucket.final ToFluxTo operation takes data from a stream and writes it to a bucket.final ToFluxTo operation takes data from a stream and writes it to a bucket.final ToFluxFlux.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 ToFluxFlux.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 ToFluxTo operation takes data from a stream and writes it to a bucket. -
Uses of ToFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return ToFluxModifier 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)