Interface BundleProgressHandler

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static BundleProgressHandler ignored()
      Returns a handler that ignores metrics.
      void onCompleted​(org.apache.beam.model.fnexecution.v1.BeamFnApi.ProcessBundleResponse response)
      Handles the bundle's completion report.
      void onProgress​(org.apache.beam.model.fnexecution.v1.BeamFnApi.ProcessBundleProgressResponse progress)
      Handles a progress report from the bundle while it is executing.
    • Method Detail

      • onProgress

        void onProgress​(org.apache.beam.model.fnexecution.v1.BeamFnApi.ProcessBundleProgressResponse progress)
        Handles a progress report from the bundle while it is executing.
      • onCompleted

        void onCompleted​(org.apache.beam.model.fnexecution.v1.BeamFnApi.ProcessBundleResponse response)
        Handles the bundle's completion report.