| Package | Description |
|---|---|
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.io.network.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.reef.poison.task |
Fault Injection into REEF tasks.
|
| org.apache.reef.runtime.common.evaluator.task.exceptions | |
| org.apache.reef.tests.fail.task |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindNSToTask.onNext(TaskStart task) |
| Modifier and Type | Method and Description |
|---|---|
void |
PoisonedTaskStartHandler.onNext(TaskStart taskStart) |
| Constructor and Description |
|---|
TaskStartHandlerFailure(EventHandler<TaskStart> handler,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailTaskStart.onNext(TaskStart event) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.