Class WindowedValues.ParamWindowedValueCoder<T>

All Implemented Interfaces:
Serializable
Enclosing class:
WindowedValues

public static class WindowedValues.ParamWindowedValueCoder<T> extends WindowedValues.FullWindowedValueCoder<T>
A parameterized coder for WindowedValue.

A ParamWindowedValueCoder only encodes and decodes the value. It drops timestamp, windows, and pane info during encoding, and uses the supplied parameterized timestamp, windows and pane info values during decoding when reconstructing the windowed value.

See Also: