Uses of Class
com.influxdb.query.dsl.functions.LimitFlux
-
Uses of LimitFlux in com.influxdb.query.dsl
Modifier and TypeMethodDescriptionfinal LimitFlux
Flux.limit()
Restricts the number of rows returned in the results.final LimitFlux
Flux.limit
(int numberOfResults) Restricts the number of rows returned in the results.final LimitFlux
Flux.limit
(int numberOfResults, int offset) Restricts the number of rows returned in the results. -
Uses of LimitFlux in com.influxdb.query.dsl.functions
Modifier and TypeMethodDescriptionLimitFlux.withN
(int numberOfResults) LimitFlux.withOffset
(int offset)