Class BroadcastStateBootstrapFunction<IN>

    • Constructor Detail

      • BroadcastStateBootstrapFunction

        public BroadcastStateBootstrapFunction()
    • Method Detail

      • processElement

        public abstract void processElement​(IN value,
                                            BroadcastStateBootstrapFunction.Context ctx)
                                     throws Exception
        Writes the given value to operator state. This function is called for every record.
        Parameters:
        value - The input record.
        Throws:
        Exception - This method may throw exceptions. Throwing an exception will cause the operation to fail and may trigger recovery.