Uses of Interface
com.pushtechnology.diffusion.client.features.TimeSeries.QueryResult
Packages that use TimeSeries.QueryResult
-
Uses of TimeSeries.QueryResult in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return TimeSeries.QueryResultModifier and TypeMethodDescriptionTimeSeries.QueryResult.merge
(TimeSeries.QueryResult<V> other) Merge this result withother
, combining original events and edit events, to produce anTimeSeries.QueryResult
of typeVALUE_EVENT_STREAM
Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type TimeSeries.QueryResultModifier and TypeMethodDescriptionTimeSeries.Query.selectFrom
(String topicPath) Evaluate this query for a time series topic.Methods in com.pushtechnology.diffusion.client.features with parameters of type TimeSeries.QueryResultModifier and TypeMethodDescriptionTimeSeries.QueryResult.merge
(TimeSeries.QueryResult<V> other) Merge this result withother
, combining original events and edit events, to produce anTimeSeries.QueryResult
of typeVALUE_EVENT_STREAM