Uses of Interface
com.pushtechnology.diffusion.client.features.TimeSeries.EventMetadata
Packages that use TimeSeries.EventMetadata
-
Uses of TimeSeries.EventMetadata in com.pushtechnology.diffusion.client.features
Subinterfaces of TimeSeries.EventMetadata in com.pushtechnology.diffusion.client.featuresModifier and TypeInterfaceDescriptionstatic interface
An event in a time series.Methods in com.pushtechnology.diffusion.client.features that return TimeSeries.EventMetadataModifier and TypeMethodDescriptionTimeSeries.Event.originalEvent()
If this is an edit event, returns the metadata of the original event that this event replaces; otherwise returns this event.Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type TimeSeries.EventMetadataModifier and TypeMethodDescriptionUpdate a time series topic by appending a new value.Update a time series topic by appending a new value with a supplied timestamp.Update a time series topic by appending a new value that overrides the value of an existing event.