Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The bounded stream iteration API is 

Code Block
languagejava
titleBounded Iteration API
linenumberstrue
public class BoundedIteration {

    BoundedIteration withBody(BoundedIterationBody body) {
        ...
	}

	BoundedIteration bindInput(String name, DataStream<?> input) {
		...
	}

	ResultStreams apply() {
        ...
	}
}





Key Implementation



Compatibility, Deprecation, and Migration Plan

...