| Package | Description |
|---|---|
| org.apache.hadoop.util.functional |
Support for functional programming within the Hadoop APIs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CloseableTaskPoolSubmitter |
A task submitter which is closeable, and whose close() call
shuts down the pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
TaskPool.Builder<I> |
TaskPool.Builder.executeWith(TaskPool.Submitter submitter) |
Declare executor service: if null, the tasks are executed in a single
thread.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.