Versions Compared

Key

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

...

Stateless operations like stream(), map(), filter(), generate are translated into a single underlaying processor. The method depicted above will directly change the processor name.

Statefull operations

Stateful operations like table(), join() are translated to multiple processors (aka. nodes). The given name should be used to describe the first processor and as a prefix for all subsequent processors.

...