Uses of Interface
org.apache.flink.runtime.jobmanager.OnCompletionActions
-
Packages that use OnCompletionActions Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.factories -
-
Uses of OnCompletionActions in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement OnCompletionActions Modifier and Type Class Description classDefaultJobMasterServiceProcessDefaultJobMasterServiceProcesswhich is responsible for creating and running aJobMasterService.Constructors in org.apache.flink.runtime.jobmaster with parameters of type OnCompletionActions Constructor 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, BlocklistHandler.Factory blocklistHandlerFactory, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, long initializationTimestamp) -
Uses of OnCompletionActions in org.apache.flink.runtime.jobmaster.factories
Methods in org.apache.flink.runtime.jobmaster.factories with parameters of type OnCompletionActions Modifier and Type Method Description CompletableFuture<JobMasterService>DefaultJobMasterServiceFactory. createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions)CompletableFuture<JobMasterService>JobMasterServiceFactory. createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions)Creates a newJobMasterServicefor the given leaderSessionId and onCompletionActions.
-