Class AppliedCombineFn<K,​InputT,​AccumT,​OutputT>

  • Type Parameters:
    K - type of keys
    InputT - type of input values
    AccumT - type of mutable accumulator values
    OutputT - type of output values
    All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class AppliedCombineFn<K,​InputT,​AccumT,​OutputT>
    extends java.lang.Object
    implements java.io.Serializable
    A CombineFnBase.GlobalCombineFn with a fixed accumulator coder. This is created from a specific application of the CombineFnBase.GlobalCombineFn.

    Because the AccumT may reference InputT, the specific Coder<AccumT> may depend on the Coder<InputT>.

    See Also:
    Serialized Form