Class MapFnRunners


  • public abstract class MapFnRunners
    extends java.lang.Object
    Utilities to create PTransformRunners which execute simple map functions.

    Simple map functions are used in a large number of transforms, especially runner-managed transforms, such as map_windows.

    TODO: Add support for DoFns which are actually user supplied map/lambda functions instead of using the FnApiDoFnRunner instance.