public interface JobMasterServiceFactory
JobMasterService.| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<JobMasterService> |
createJobMasterService(UUID leaderSessionId,
OnCompletionActions onCompletionActions)
Creates a new
JobMasterService for the given leaderSessionId and onCompletionActions. |
CompletableFuture<JobMasterService> createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions)
JobMasterService for the given leaderSessionId and onCompletionActions.leaderSessionId - leaderSessionId for which to create a JobMasterServiceonCompletionActions - onCompletionActions which are given to the created JobMasterServiceJobMasterServiceCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.