| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
| org.apache.hadoop.io.wrappedio |
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
|
| org.apache.hadoop.util.functional |
Support for functional programming within the Hadoop APIs.
|
| Class and Description |
|---|
| RunnableRaisingIOE
Runnable interface whose
RunnableRaisingIOE.apply() method may raise
an IOE. |
| Class and Description |
|---|
| CallableRaisingIOE
This is a callable which only raises an IOException.
|
| ConsumerRaisingIOE
Version of java.util.function.Consumer which raises
exceptions.
|
| FunctionRaisingIOE
Function of arity 1 which may raise an IOException.
|
| InvocationRaisingIOE
This is a lambda-expression which may raises an IOException.
|
| Class and Description |
|---|
| FunctionRaisingIOE
Function of arity 1 which may raise an IOException.
|
| Class and Description |
|---|
| CallableRaisingIOE
This is a callable which only raises an IOException.
|
| ConsumerRaisingIOE
Version of java.util.function.Consumer which raises
exceptions.
|
| FunctionRaisingIOE
Function of arity 1 which may raise an IOException.
|
| LazyAtomicReference
A lazily constructed reference, whose reference
constructor is a
CallableRaisingIOE so
may raise IOExceptions. |
| LazyAutoCloseableReference
A subclass of
LazyAtomicReference which
holds an AutoCloseable reference and calls close()
when it itself is closed. |
| TaskPool.Builder
Builder for task execution.
|
| TaskPool.FailureTask
Callback invoked on a failure.
|
| TaskPool.Submitter
Interface to whatever lets us submit tasks.
|
| TaskPool.Task
Callback invoked to process an item.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.