Class DefaultExecutableStageContext
- java.lang.Object
-
- org.apache.beam.runners.fnexecution.control.DefaultExecutableStageContext
-
- All Implemented Interfaces:
java.lang.AutoCloseable,ExecutableStageContext
public class DefaultExecutableStageContext extends java.lang.Object implements ExecutableStageContext, java.lang.AutoCloseable
Implementation of aExecutableStageContext.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.beam.runners.fnexecution.control.ExecutableStageContext
ExecutableStageContext.Factory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static DefaultExecutableStageContextcreate(JobInfo jobInfo)StageBundleFactorygetStageBundleFactory(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage)
-
-
-
Method Detail
-
create
public static DefaultExecutableStageContext create(JobInfo jobInfo)
-
getStageBundleFactory
public StageBundleFactory getStageBundleFactory(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage)
- Specified by:
getStageBundleFactoryin interfaceExecutableStageContext
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-