Uses of Interface
org.apache.hadoop.util.functional.TaskPool.Task
Packages that use TaskPool.Task
Package
Description
Support for functional programming within the Hadoop APIs.
-
Uses of TaskPool.Task in org.apache.hadoop.util.functional
Methods in org.apache.hadoop.util.functional with parameters of type TaskPool.TaskModifier and TypeMethodDescriptionTaskPool.Builder.abortWith(TaskPool.Task<I, ?> task) Task to abort with after another task failed.TaskPool.Builder.revertWith(TaskPool.Task<I, ?> task) Task to revert with after another task failed.<E extends Exception>
booleanTaskPool.Builder.run(TaskPool.Task<I, E> task) Execute the task across the data.