case classTimedWindow[T](timestamp: Long, data: DataSet[TimedElement[T]]) extends Product with Serializable
Represents a time window with timed values. Note timestamp can be smaller than the earlier
element in data, for example in a tumbling window where a new event starts at a regular rate,
independently of the actual elements in the window
timestamp
milliseconds since epoch for the start of the window
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Represents a time window with timed values. Note timestamp can be smaller than the earlier element in data, for example in a tumbling window where a new event starts at a regular rate, independently of the actual elements in the window
milliseconds since epoch for the start of the window