Class TimestampedValue<V extends @Nullable Object>

java.lang.Object
org.apache.beam.sdk.values.TimestampedValue<V>
Type Parameters:
V - the type of the value

public class TimestampedValue<V extends @Nullable Object> extends Object
An immutable pair of a value and a timestamp.

The timestamp of a value determines many properties, such as its assignment to windows and whether the value is late (with respect to the watermark of a PCollection).