Class NoOpDispatcherBootstrap
java.lang.Object
org.apache.flink.runtime.dispatcher.NoOpDispatcherBootstrap
- All Implemented Interfaces:
DispatcherBootstrap
A
DispatcherBootstrap which submits the provided job graphs for
execution upon dispatcher initialization.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstop()Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
-
Constructor Details
-
NoOpDispatcherBootstrap
public NoOpDispatcherBootstrap()
-
-
Method Details
-
stop
Description copied from interface:DispatcherBootstrapStops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.- Specified by:
stopin interfaceDispatcherBootstrap- Throws:
Exception
-