Uses of Interface
org.apache.flink.runtime.jobmanager.OnCompletionActions
Packages that use OnCompletionActions
-
Uses of OnCompletionActions in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement OnCompletionActionsModifier and TypeClassDescriptionclassDefaultJobMasterServiceProcesswhich is responsible for creating and running aJobMasterService.Constructors in org.apache.flink.runtime.jobmaster with parameters of type OnCompletionActionsModifierConstructorDescriptionJobMaster(org.apache.flink.runtime.rpc.RpcService rpcService, JobMasterId jobMasterId, JobMasterConfiguration jobMasterConfiguration, ResourceID resourceId, ExecutionPlan executionPlan, 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 OnCompletionActionsModifier and TypeMethodDescriptionDefaultJobMasterServiceFactory.createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions) JobMasterServiceFactory.createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions) Creates a newJobMasterServicefor the given leaderSessionId and onCompletionActions.