public class DefaultExecutableStageContext extends java.lang.Object implements ExecutableStageContext, java.lang.AutoCloseable
ExecutableStageContext.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultExecutableStageContext.MultiInstanceFactory
ExecutableStageContext.Factory that creates and round-robins between a number of child
ExecutableStageContext.Factory instances. |
ExecutableStageContext.Factory| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StageBundleFactory |
getStageBundleFactory(org.apache.beam.runners.core.construction.graph.ExecutableStage executableStage) |
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