Interface WindowedValue<T>

Type Parameters:
T - the type of the primary data for the value.

public interface WindowedValue<T>
A value along with Beam's windowing information and all other metadata.
  • Method Details