| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| Modifier and Type | Field and Description |
|---|---|
static LauncherStatus |
LauncherStatus.COMPLETED |
static LauncherStatus |
LauncherStatus.FAILED |
static LauncherStatus |
LauncherStatus.FORCE_CLOSED |
static LauncherStatus |
LauncherStatus.INIT |
static LauncherStatus |
LauncherStatus.RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static LauncherStatus |
LauncherStatus.FAILED(Optional<Throwable> ex) |
static LauncherStatus |
LauncherStatus.FAILED(Throwable ex) |
LauncherStatus |
DriverLauncher.getStatus() |
LauncherStatus |
DriverLauncher.run(Configuration driverConfig)
Run a job.
|
LauncherStatus |
DriverLauncher.run(Configuration driverConfig,
long timeOut)
Run a job with a waiting timeout after which it will be killed, if it did not complete yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DriverLauncher.setStatusAndNotify(LauncherStatus status)
Update job status and notify the waiting thread.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.