Class CombineRunners.PrecombineFactory

    • Constructor Detail

      • PrecombineFactory

        public PrecombineFactory()
    • Method Detail

      • addRunnerForPTransform

        public void addRunnerForPTransform​(PTransformRunnerFactory.Context context)
                                    throws java.io.IOException
        Description copied from interface: PTransformRunnerFactory
        Creates and registers a handler for a given PTransform. Note that the handler must support processing multiple bundles. The handler will be discarded if bundle processing fails or management of the handler between bundle processing fails. The handler may also be discarded due to memory pressure.
        Specified by:
        addRunnerForPTransform in interface PTransformRunnerFactory
        Throws:
        java.io.IOException