Class WindowedValue.ParamWindowedValueCoder<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    WindowedValue<T>

    public static class WindowedValue.ParamWindowedValueCoder<T>
    extends WindowedValue.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:
    Serialized Form