Class SparkExecutableStageContextFactory
- java.lang.Object
-
- org.apache.beam.runners.spark.translation.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.FactorySingleton class that contains oneExecutableStageContext.Factoryper job. Assumes it is safe to release the backing environment asynchronously.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.beam.runners.fnexecution.control.ExecutableStageContextget(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)static SparkExecutableStageContextFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static SparkExecutableStageContextFactory getInstance()
-
get
public org.apache.beam.runners.fnexecution.control.ExecutableStageContext get(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)
- Specified by:
getin interfaceorg.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory
-
-