Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.io.watcher |
Watcher subscribes events and writes them to the destination using a certain EventStream.
|
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
org.apache.reef.runtime.common.launch |
Common launch code between Driver and Evaluator.
|
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<StopTime>> |
DriverServiceConfiguration.ON_DRIVER_STOP
The event handler invoked right before the driver shuts down.
|
static OptionalImpl<EventHandler<StopTime>> |
DriverConfiguration.ON_DRIVER_STOP
The event handler invoked right before the driver shuts down.
|
Modifier and Type | Method and Description |
---|---|
void |
Watcher.DriverStopHandler.onNext(StopTime stopTime) |
Modifier and Type | Method and Description |
---|---|
static AvroStopTime |
WatcherAvroUtil.toAvroStopTime(StopTime stopTime) |
Modifier and Type | Method and Description |
---|---|
void |
ProfilingStopHandler.onNext(StopTime stopTime) |
Modifier and Type | Method and Description |
---|---|
void |
ReefEventStateManager.StopStateHandler.onNext(StopTime stopTime) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.