Interface JobManagerRunnerFactory
-
- All Known Implementing Classes:
JobMasterServiceLeadershipRunnerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface JobManagerRunnerFactory
Factory for aJobManagerRunner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobManagerRunnercreateJobManagerRunner(JobGraph jobGraph, org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, JobManagerSharedServices jobManagerServices, JobManagerJobMetricGroupFactory jobManagerJobMetricGroupFactory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, long initializationTimestamp)
-
-
-
Method Detail
-
createJobManagerRunner
JobManagerRunner createJobManagerRunner(JobGraph jobGraph, org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, JobManagerSharedServices jobManagerServices, JobManagerJobMetricGroupFactory jobManagerJobMetricGroupFactory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, long initializationTimestamp) throws Exception
- Throws:
Exception
-
-