Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.javabridge.generic |
Generic java bridge driver/client.
|
org.apache.reef.runtime.common.driver.defaults |
Default implementations for the optional driver-side event handlers.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<DriverRestartCompleted>> |
DriverRestartConfiguration.ON_DRIVER_RESTART_COMPLETED
Event handler for the event of driver restart completion, default to logging if not bound.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDriver.DriverRestartCompletedHandler.onNext(DriverRestartCompleted driverRestartCompleted) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDriverRestartCompletedHandler.onNext(DriverRestartCompleted restartCompleted) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.