Interface JobBundleFactory
- All Superinterfaces:
- AutoCloseable
- All Known Implementing Classes:
- DefaultJobBundleFactory,- SingleEnvironmentInstanceJobBundleFactory
A factory that has all job-scoped information, and can be combined with stage-scoped information
 to create a 
StageBundleFactory.
 Releases all job-scoped resources when closed.
- 
Method SummaryModifier and TypeMethodDescriptionforStage(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage) Methods inherited from interface java.lang.AutoCloseableclose
- 
Method Details- 
forStageStageBundleFactory forStage(org.apache.beam.sdk.util.construction.graph.ExecutableStage executableStage) 
 
-