public class DefaultExecutableStageContext extends java.lang.Object implements ExecutableStageContext, java.lang.AutoCloseable
ExecutableStageContext.ExecutableStageContext.Factory| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static DefaultExecutableStageContext |
create(JobInfo jobInfo) |
StageBundleFactory |
getStageBundleFactory(org.apache.beam.runners.core.construction.graph.ExecutableStage executableStage) |
public static DefaultExecutableStageContext create(JobInfo jobInfo)
public StageBundleFactory getStageBundleFactory(org.apache.beam.runners.core.construction.graph.ExecutableStage executableStage)
getStageBundleFactory in interface ExecutableStageContextpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception