| Package | Description |
|---|---|
| org.apache.hadoop.util.functional |
Support for functional programming within the Hadoop APIs.
|
| Modifier and Type | Method and Description |
|---|---|
TaskPool.Builder<I> |
TaskPool.Builder.abortWith(TaskPool.Task<I,?> task)
Task to abort with after another task failed.
|
TaskPool.Builder<I> |
TaskPool.Builder.revertWith(TaskPool.Task<I,?> task)
Task to revert with after another task failed.
|
<E extends Exception> |
TaskPool.Builder.run(TaskPool.Task<I,E> task)
Execute the task across the data.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.