Class SingleEnvironmentInstanceJobBundleFactory

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

@Deprecated public class SingleEnvironmentInstanceJobBundleFactory extends Object implements JobBundleFactory
Deprecated.
replace with a DefaultJobBundleFactory when appropriate if the EnvironmentFactory is a DockerEnvironmentFactory, or create an InProcessJobBundleFactory and inline the creation of the environment if appropriate.
A JobBundleFactory which can manage a single instance of an RunnerApi.Environment.