Class SparkExecutableStageContextFactory

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory

    public class SparkExecutableStageContextFactory
    extends java.lang.Object
    implements org.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory
    Singleton class that contains one ExecutableStageContext.Factory per job. Assumes it is safe to release the backing environment asynchronously.
    See Also:
    Serialized Form
    • Method Detail

      • get

        public org.apache.beam.runners.fnexecution.control.ExecutableStageContext get​(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)
        Specified by:
        get in interface org.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory