Class WindowedValues.ValueOnlyWindowedValueCoder<T>

All Implemented Interfaces:
Serializable
Enclosing class:
WindowedValues

@Deprecated public static class WindowedValues.ValueOnlyWindowedValueCoder<T> extends WindowedValues.WindowedValueCoder<T>
Deprecated.
Use ParamWindowedValueCoder instead, it is a general purpose implementation of the same concept but makes timestamp, windows and pane info configurable.
Coder for WindowedValue.

A ValueOnlyWindowedValueCoder only encodes and decodes the value. It drops timestamp and windows for encoding, and uses defaults timestamp, and windows for decoding.

See Also: