Package org.apache.flink.runtime.entrypoint.component
-
Interface Summary Interface Description DispatcherResourceManagerComponentFactory Factory for theDispatcherResourceManagerComponent
.JobGraphRetriever Interface which allows to retrieve theJobGraph
. -
Class Summary Class Description AbstractUserClassPathJobGraphRetriever Abstract class for the JobGraphRetriever which supports getting user classpaths.DefaultDispatcherResourceManagerComponentFactory Abstract class which implements the creation of theDispatcherResourceManagerComponent
components.DispatcherResourceManagerComponent FileJobGraphRetriever JobGraphRetriever
implementation which retrieves theJobGraph
from a file on disk.