Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
TimeSeries.RangeQuery<V> |
TimeSeries.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> |
TimeSeries.RangeQuery.as(Class<T> valueType)
Return a copy of this RangeQuery with a different query value type.
|
TimeSeries.RangeQuery<V> |
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<V> |
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<V> |
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<V> |
TimeSeries.RangeQuery.from(Date date)
Return a copy of this RangeQuery with the anchor of the current range
configured to be an absolute time.
|
TimeSeries.RangeQuery<V> |
TimeSeries.RangeQuery.from(Instant instant)
Return a copy of this RangeQuery with the anchor of the current range
configured to be an absolute time.
|
TimeSeries.RangeQuery<V> |
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.
|
TimeSeries.RangeQuery<V> |
TimeSeries.RangeQuery.fromLast(Duration 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<V> |
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.
|
TimeSeries.RangeQuery<V> |
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<V> |
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<V> |
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<V> |
TimeSeries.RangeQuery.limit(long count)
Return a copy of this RangeQuery that returns at most count events.
|
TimeSeries.RangeQuery<V> |
TimeSeries.RangeQuery.next(Duration 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<V> |
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.
|
TimeSeries.RangeQuery<V> |
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<V> |
TimeSeries.RangeQuery.previous(Duration 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<V> |
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.
|
TimeSeries.RangeQuery<V> |
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<Bytes> |
TimeSeries.rangeQuery()
Return a default range query that performs a value range query of an
entire time series.
|
TimeSeries.RangeQuery<V> |
TimeSeries.RangeQuery.to(Date date)
Return a copy of this RangeQuery with the span of the current range
configured to end at an absolute time.
|
TimeSeries.RangeQuery<V> |
TimeSeries.RangeQuery.to(Instant instant)
Return a copy of this RangeQuery with the span of the current range
configured to end at an absolute time.
|
TimeSeries.RangeQuery<V> |
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.
|
TimeSeries.RangeQuery<V> |
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<V> |
TimeSeries.RangeQuery.untilLast(Duration 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.
|
TimeSeries.RangeQuery<V> |
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.
|
TimeSeries.RangeQuery<V> |
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.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.