| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| org.apache.reef.examples.hello |
The Hello REEF example.
|
| org.apache.reef.io.data.loading.api | |
| org.apache.reef.runtime.common.driver |
Implementation of the Driver-side REEF APIs.
|
| org.apache.reef.runtime.common.evaluator |
Evaluator-side implementation of the REEF API.
|
| org.apache.reef.tests.fail.driver | |
| org.apache.reef.tests.library.driver | |
| org.apache.reef.util.logging | |
| org.apache.reef.wake.impl | |
| org.apache.reef.webserver |
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<StartTime>> |
DriverConfiguration.ON_DRIVER_RESTARTED
This event is fired in place of the ON_DRIVER_STARTED when the Driver is in fact restarted after failure.
|
static RequiredImpl<EventHandler<StartTime>> |
DriverServiceConfiguration.ON_DRIVER_STARTED
The event handler invoked right after the driver boots up.
|
static RequiredImpl<EventHandler<StartTime>> |
DriverConfiguration.ON_DRIVER_STARTED
The event handler invoked right after the driver boots up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HelloDriver.StartHandler.onNext(StartTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataLoader.StartHandler.onNext(StartTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
DriverStartHandler.onNext(StartTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
PIDStoreStartHandler.onNext(StartTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailDriverDelayedMsg.StartHandler.onNext(StartTime time) |
void |
DriverFailOnFail.StartHandler.onNext(StartTime time) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnDriverStartedAllocateOne.onNext(StartTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
LoggingScope |
LoggingScopeFactory.driverRestart(StartTime startTime)
This is to measure the time in calling driverRestartHandler
|
LoggingScope |
LoggingScopeFactory.driverStart(StartTime startTime)
The method is to measure the time used to start the driver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MissingStartHandlerHandler.onNext(StartTime value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReefEventStateManager.StartStateHandler.onNext(StartTime startTime) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.