Collection<TimeSeriesEntry<V>> |
RTimeSeries.entryRange(long startTimestamp,
long endTimestamp) |
Returns ordered entries of this time-series collection within timestamp range.
|
reactor.core.publisher.Mono<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesReactive.entryRange(long startTimestamp,
long endTimestamp) |
Returns ordered entries of this time-series collection within timestamp range.
|
io.reactivex.rxjava3.core.Single<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesRx.entryRange(long startTimestamp,
long endTimestamp) |
Returns ordered entries of this time-series collection within timestamp range.
|
RFuture<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesAsync.entryRangeAsync(long startTimestamp,
long endTimestamp) |
Returns ordered entries of this time-series collection within timestamp range.
|
Collection<TimeSeriesEntry<V>> |
RTimeSeries.entryRangeReversed(long startTimestamp,
long endTimestamp) |
Returns entries of this time-series collection in reverse order within timestamp range.
|
reactor.core.publisher.Mono<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesReactive.entryRangeReversed(long startTimestamp,
long endTimestamp) |
Returns entries of this time-series collection in reverse order within timestamp range.
|
io.reactivex.rxjava3.core.Single<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesRx.entryRangeReversed(long startTimestamp,
long endTimestamp) |
Returns entries of this time-series collection in reverse order within timestamp range.
|
RFuture<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesAsync.entryRangeReversedAsync(long startTimestamp,
long endTimestamp) |
Returns entries of this time-series collection in reverse order within timestamp range.
|