Package org.apache.beam.runners.fnexecution.translation
Shared utilities for a Beam runner to translate portable pipelines.
-
Interface Summary Interface Description BatchSideInputHandlerFactory.SideInputGetter Returns the value for the side input with the given PCollection id from the runner. -
Class Summary Class Description BatchSideInputHandlerFactory StateRequestHandlerthat uses aBatchSideInputHandlerFactory.SideInputGetterto access side inputs.PipelineTranslatorUtils Utilities for pipeline translation.StreamingSideInputHandlerFactory StateRequestHandlerthat usesSideInputHandlerto access the broadcast state that represents side inputs.