public class FnApiDoFnRunner<InputT,RestrictionT,PositionT,WatermarkEstimatorStateT,OutputT>
extends java.lang.Object
DoFnRunner specific 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.| Modifier and Type | Class and Description |
|---|---|
static class |
FnApiDoFnRunner.Registrar
A registrar which provides a factory to handle Java
DoFns. |