Class SparkExecutableStageContextFactory
java.lang.Object
org.apache.beam.runners.spark.translation.SparkExecutableStageContextFactory
- All Implemented Interfaces:
Serializable,ExecutableStageContext.Factory
public class SparkExecutableStageContextFactory
extends Object
implements ExecutableStageContext.Factory
Singleton class that contains one
ExecutableStageContext.Factory per job. Assumes it is
safe to release the backing environment asynchronously.- See Also:
-
Method Summary
-
Method Details
-
getInstance
-
get
Description copied from interface:ExecutableStageContext.FactoryGet or createExecutableStageContextfor givenJobInfo.- Specified by:
getin interfaceExecutableStageContext.Factory
-