Class NoOpDispatcherBootstrap
- java.lang.Object
-
- org.apache.flink.runtime.dispatcher.NoOpDispatcherBootstrap
-
- All Implemented Interfaces:
DispatcherBootstrap
@Internal public class NoOpDispatcherBootstrap extends Object implements DispatcherBootstrap
ADispatcherBootstrap
which submits the providedjob graphs
for execution upon dispatcher initialization.
-
-
Constructor Summary
Constructors Constructor Description NoOpDispatcherBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stop()
Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
-
-
-
Method Detail
-
stop
public void stop() throws Exception
Description copied from interface:DispatcherBootstrap
Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.- Specified by:
stop
in interfaceDispatcherBootstrap
- Throws:
Exception
-
-