Class FullWindowedValueCoder<T, W>

This is the base interface for coders, which are responsible in Apache Beam to encode and decode elements of a PCollection.

Type Parameters

Hierarchy

  • FullWindowedValueCoder

Implements

Constructors

Properties

elementCoder: Coder<T>
windowCoder: Coder<W>
windowIterableCoder: IterableCoder<W>
URN: string = "beam:coder:windowed_value:v1"

Methods

  • Convert this coder into its protocol buffer representation for the Runner API. A coder in protobuf format can be shared with other components such as Beam runners, SDK workers; and reconstructed into its runtime representation if necessary.

    Parameters

    • pipelineContext: ProtoContext

      a context that holds relevant pipeline attributes such as other coders already in the pipeline.

    Returns Coder

Generated using TypeDoc