Uses of Interface
com.pushtechnology.diffusion.client.features.TimeSeries.RangeQuery
Packages that use TimeSeries.RangeQuery
-
Uses of TimeSeries.RangeQuery in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return TimeSeries.RangeQueryModifier and TypeMethodDescriptionTimeSeries.RangeQuery.allEdits()
Return a copy of this RangeQuery configured to perform an edit range query with the edit range that selects all edits in the entire time series.<T> TimeSeries.RangeQuery<T>
Return a copy of this RangeQuery with a different query value type.TimeSeries.RangeQuery.editRange()
Return a copy of this RangeQuery configured to perform a value range query with the edit range set to the entire time series.TimeSeries.RangeQuery.forEdits()
Return a copy of this RangeQuery configured to perform an edit range query with the view range set to the entire time series.TimeSeries.RangeQuery.forValues()
Return a copy of this RangeQuery configured to perform a value range query with the view range set to the entire time series.TimeSeries.RangeQuery.from
(long sequence) Return a copy of this RangeQuery with the anchor of the current range configured to be an absolute sequence number.Return a copy of this RangeQuery with the anchor of the current range configured to be an absolute time.Return a copy of this RangeQuery with the anchor of the current range configured to be an absolute time.TimeSeries.RangeQuery.fromLast
(long count) Return a copy of this RangeQuery with the anchor of the current range configured to be a relative offset before the end of the time series.Return a copy of this RangeQuery with the anchor of the current range configured to be a relative time from the timestamp of the last event in the time series.TimeSeries.RangeQuery.fromLastMillis
(long timeSpan) Return a copy of this RangeQuery with the anchor of the current range configured to be a relative time from the timestamp of the last event in the time series.TimeSeries.RangeQuery.fromStart()
Return a copy of this RangeQuery with the anchor of the current range configured to be the start of the time series.TimeSeries.RangeQuery.latestEdits()
Return a copy of this RangeQuery configured to perform an edit range query with the edit range that selects latest edits in the entire time series.TimeSeries.RangeQuery.limit
(long count) Return a copy of this RangeQuery that returns at most count events.TimeSeries.RangeQuery.next
(long count) Return a copy of this RangeQuery with the span of the current range configured to select a range of events following the anchor.Return a copy of this RangeQuery with the span of the current range configured to select a temporal range of events following the anchor.TimeSeries.RangeQuery.nextMillis
(long timeSpan) Return a copy of this RangeQuery with the span of the current range configured to select a temporal range of events following the anchor.TimeSeries.RangeQuery.previous
(long count) Return a copy of this RangeQuery with the span of the current range configured to select a range of events preceding the anchor.Return a copy of this RangeQuery with the span of the current range configured to select a temporal range of events preceding the anchor.TimeSeries.RangeQuery.previousMillis
(long timeSpan) Return a copy of this RangeQuery with the span of the current range configured to select a temporal range of events preceding the anchor.TimeSeries.rangeQuery()
Return a default range query that performs a value range query of an entire time series.TimeSeries.RangeQuery.to
(long sequence) Return a copy of this RangeQuery with the span of the current range configured to end at an absolute sequence number.Return a copy of this RangeQuery with the span of the current range configured to end at an absolute time.Return a copy of this RangeQuery with the span of the current range configured to end at an absolute time.TimeSeries.RangeQuery.toStart()
Return a copy of this RangeQuery with the span of the current range configured to end at the start of the time series.TimeSeries.RangeQuery.untilLast
(long count) Return a copy of this RangeQuery with the span of the current range configured to end a number of events before the end of the time series.Return a copy of this RangeQuery with the span of the current range configured to end at a relative time from the timestamp of the last event in the time series.TimeSeries.RangeQuery.untilLastMillis
(long timeSpan) Return a copy of this RangeQuery with the span of the current range configured to end at a relative time from the timestamp of the last event in the time series.