Class DefaultJobBundleFactory

java.lang.Object
org.apache.beam.runners.fnexecution.control.DefaultJobBundleFactory
All Implemented Interfaces:
AutoCloseable, JobBundleFactory

@ThreadSafe public class DefaultJobBundleFactory extends Object implements JobBundleFactory
A JobBundleFactory for which the implementation can specify a custom EnvironmentFactory for environment management. Note that returned stage bundle factories are not thread-safe. Instead, a new stage factory should be created for each client. DefaultJobBundleFactory initializes the Environment lazily when the forStage is called for a stage.