Class DefaultExecutableStageContext
java.lang.Object
org.apache.beam.runners.fnexecution.control.DefaultExecutableStageContext
- All Implemented Interfaces:
AutoCloseable,ExecutableStageContext
public class DefaultExecutableStageContext
extends Object
implements ExecutableStageContext, AutoCloseable
Implementation of a
ExecutableStageContext.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.beam.runners.fnexecution.control.ExecutableStageContext
ExecutableStageContext.Factory -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getStageBundleFactory(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage)
-
Method Details
-
create
-
getStageBundleFactory
public StageBundleFactory getStageBundleFactory(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage) - Specified by:
getStageBundleFactoryin interfaceExecutableStageContext
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-