Package | Description |
---|---|
org.apache.flink.runtime.jobmaster | |
org.apache.flink.runtime.jobmaster.factories |
Constructor and Description |
---|
JobManagerRunnerImpl(JobGraph jobGraph,
JobMasterServiceFactory jobMasterFactory,
HighAvailabilityServices haServices,
LibraryCacheManager.ClassLoaderLease classLoaderLease,
Executor executor,
FatalErrorHandler fatalErrorHandler,
long initializationTimestamp)
Exceptions that occur while creating the JobManager or JobManagerRunnerImpl are directly
thrown and not reported to the given
FatalErrorHandler . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJobMasterServiceFactory
Default implementation of the
JobMasterServiceFactory . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.