| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.client.protocol.decoder |
| Modifier and Type | Method and Description |
|---|---|
Collection<TimeSeriesEntry<V>> |
RedissonTimeSeries.entryRange(long startTimestamp,
long endTimestamp) |
RFuture<Collection<TimeSeriesEntry<V>>> |
RedissonTimeSeries.entryRangeAsync(boolean reverse,
long startTimestamp,
long endTimestamp) |
RFuture<Collection<TimeSeriesEntry<V>>> |
RedissonTimeSeries.entryRangeAsync(long startTimestamp,
long endTimestamp) |
Collection<TimeSeriesEntry<V>> |
RedissonTimeSeries.entryRangeReversed(long startTimestamp,
long endTimestamp) |
RFuture<Collection<TimeSeriesEntry<V>>> |
RedissonTimeSeries.entryRangeReversedAsync(long startTimestamp,
long endTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
reactor.core.publisher.Mono<Collection<TimeSeriesEntry<V>>> |
RTimeSeriesReactive.entryRange(long startTimestamp,
long endTimestamp)
Returns ordered entries of this time-series collection within timestamp range.
|
Collection<TimeSeriesEntry<V>> |
RTimeSeries.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.
|
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.
|
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.
|
Collection<TimeSeriesEntry<V>> |
RTimeSeries.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesEntry<T>> |
TimeSeriesEntryReplayDecoder.decode(List<Object> parts,
State state) |
Copyright © 2014–2020 Redisson. All rights reserved.