| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.jobmaster.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJobMasterServiceProcess
Default
JobMasterServiceProcess which is responsible for creating and running a JobMasterService. |
| Constructor and Description |
|---|
JobMaster(org.apache.flink.runtime.rpc.RpcService rpcService,
JobMasterId jobMasterId,
JobMasterConfiguration jobMasterConfiguration,
ResourceID resourceId,
JobGraph jobGraph,
HighAvailabilityServices highAvailabilityService,
SlotPoolServiceSchedulerFactory slotPoolServiceSchedulerFactory,
JobManagerSharedServices jobManagerSharedServices,
HeartbeatServices heartbeatServices,
JobManagerJobMetricGroupFactory jobMetricGroupFactory,
OnCompletionActions jobCompletionActions,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ClassLoader userCodeLoader,
ShuffleMaster<?> shuffleMaster,
PartitionTrackerFactory partitionTrackerFactory,
ExecutionDeploymentTracker executionDeploymentTracker,
ExecutionDeploymentReconciler.Factory executionDeploymentReconcilerFactory,
long initializationTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobMasterService> |
DefaultJobMasterServiceFactory.createJobMasterService(UUID leaderSessionId,
OnCompletionActions onCompletionActions) |
CompletableFuture<JobMasterService> |
JobMasterServiceFactory.createJobMasterService(UUID leaderSessionId,
OnCompletionActions onCompletionActions)
Creates a new
JobMasterService for the given leaderSessionId and onCompletionActions. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.