Package org.apache.beam.fn.harness
Class FnApiDoFnRunner<InputT,RestrictionT,PositionT,WatermarkEstimatorStateT,OutputT>
- java.lang.Object
-
- org.apache.beam.fn.harness.FnApiDoFnRunner<InputT,RestrictionT,PositionT,WatermarkEstimatorStateT,OutputT>
-
public class FnApiDoFnRunner<InputT,RestrictionT,PositionT,WatermarkEstimatorStateT,OutputT> extends java.lang.ObjectADoFnRunnerspecific to integrating with the Fn Api. This is to remove the layers of abstraction caused by StateInternals/TimerInternals since they model state and timer concepts differently.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFnApiDoFnRunner.RegistrarA registrar which provides a factory to handle JavaDoFns.
-