Package org.apache.beam.runners.fnexecution.translation
package org.apache.beam.runners.fnexecution.translation
Shared utilities for a Beam runner to translate portable pipelines.
-
ClassDescription
StateRequestHandler
that uses aBatchSideInputHandlerFactory.SideInputGetter
to access side inputs.Returns the value for the side input with the given PCollection id from the runner.Utilities for pipeline translation.StateRequestHandler
that usesSideInputHandler
to access the broadcast state that represents side inputs.