| Package | Description |
|---|---|
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.runtime.common.evaluator.task.exceptions |
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<TaskStart>> |
ServiceConfiguration.ON_TASK_STARTED
Event handlers to be informed right before a Task enters its call() method.
|
static OptionalImpl<EventHandler<TaskStart>> |
ContextConfiguration.ON_TASK_STARTED
Event handlers to be informed right before a Task enters its call() method.
|
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<TaskStart>> |
TaskConfiguration.ON_TASK_STARTED
Event handler to receive TaskStart after the Task.call() method was called.
|
| Constructor and Description |
|---|
TaskStartHandlerFailure(EventHandler<TaskStart> handler,
Throwable cause) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.