Interface JobBundleFactory
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
DefaultJobBundleFactory,SingleEnvironmentInstanceJobBundleFactory
public interface JobBundleFactory extends java.lang.AutoCloseableA factory that has all job-scoped information, and can be combined with stage-scoped information to create aStageBundleFactory.Releases all job-scoped resources when closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageBundleFactoryforStage(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage)
-
-
-
Method Detail
-
forStage
StageBundleFactory forStage(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage)
-
-