Waits for the driver to be stopped or aborted, possibly _blocking_ the current thread indefinitely. The return status of this function can be used to determine if the driver was aborted (see mesos.proto for a description of Status). @return The state of the driver after the call. @see Status
()
| 73 | * @see Status |
| 74 | */ |
| 75 | public Status join(); |
| 76 | |
| 77 | /** |
| 78 | * Starts and immediately joins (i.e., blocks on) the driver. |
no outgoing calls