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: