Class DataStreamAllroundTestProgram


  • public class DataStreamAllroundTestProgram
    extends Object
    A general purpose test job for Flink's DataStream API operators and primitives.

    The job is constructed of generic components from DataStreamAllroundTestJobFactory. It currently covers the following aspects that are frequently present in Flink DataStream jobs:

    • A generic Kryo input type.
    • A state type for which we register a KryoSerializer.
    • Operators with ValueState.
    • Operators with union state.
    • Operators with broadcast state.

    The cli job configuration options are described in DataStreamAllroundTestJobFactory.

    • Constructor Detail

      • DataStreamAllroundTestProgram

        public DataStreamAllroundTestProgram()