public interface JobMasterServiceFactory
JobMasterService
.Modifier and Type | Method and Description |
---|---|
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 JobMasterService
onCompletionActions
- onCompletionActions which are given to the created JobMasterService
JobMasterService
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.