public interface JobMasterService extends AutoCloseableAsync
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get the address of the JobMaster service under which it is reachable.
|
JobMasterGateway |
getGateway()
Get the
JobMasterGateway belonging to this service. |
CompletableFuture<Void> |
getTerminationFuture()
Get the termination future of this job master service.
|
close, closeAsync
JobMasterGateway getGateway()
JobMasterGateway
belonging to this service.String getAddress()
CompletableFuture<Void> getTerminationFuture()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.