| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| 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.fs.store.audit |
Auditing classes for internal
use within the hadoop-* modules only.
|
| 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 | Description |
|---|---|
| Function4RaisingIOE |
Function of arity 4 which may raise an IOException.
|
| Class | Description |
|---|---|
| CallableRaisingIOE |
This is a callable which only raises an IOException.
|
| Class | 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 | Description |
|---|---|
| CallableRaisingIOE |
This is a callable which only raises an IOException.
|
| FunctionRaisingIOE |
Function of arity 1 which may raise an IOException.
|
| InvocationRaisingIOE |
This is a lambda-expression which may raises an IOException.
|
| Class | Description |
|---|---|
| FunctionRaisingIOE |
Function of arity 1 which may raise an IOException.
|
| Class | 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.