Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.driver.restart |
This package provides restart event service handlers.
|
org.apache.reef.examples.hello |
The Hello REEF example for the HDInsight.
|
org.apache.reef.javabridge |
The Java-side of the CLR/Java bridge.
|
org.apache.reef.javabridge.generic |
Generic java bridge driver/client.
|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<DriverRestarted>> |
DriverServiceConfiguration.ON_DRIVER_RESTARTED
The event handler invoked right after the driver restarts.
|
static OptionalImpl<EventHandler<DriverRestarted>> |
DriverRestartConfiguration.ON_DRIVER_RESTARTED
This event is fired in place of the ON_DRIVER_STARTED when the Driver is in fact restarted after failure.
|
Modifier and Type | Class and Description |
---|---|
class |
DriverRestartedImpl |
Modifier and Type | Method and Description |
---|---|
void |
DriverRestartManager.onRestart(StartTime startTime,
List<EventHandler<DriverRestarted>> orderedHandlers)
Recovers the list of alive and failed evaluators and inform the driver restart handlers and inform the
evaluator failure handlers based on the specific runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
HelloDriverRestart.DriverRestartHandler.onNext(DriverRestarted value) |
Constructor and Description |
---|
DriverRestartedBridge(DriverRestarted driverRestarted) |
Modifier and Type | Method and Description |
---|---|
void |
JobDriver.RestartHandler.onNext(DriverRestarted driverRestarted) |
Modifier and Type | Method and Description |
---|---|
void |
ReefEventStateManager.DriverRestartHandler.onNext(DriverRestarted restartTime) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.