Uses of Package
org.apache.hadoop.util.functional
Packages that use org.apache.hadoop.util.functional
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
Implementation support for statistics.
Auditing classes for internal
use within the hadoop-* modules only.
Support for dynamic access to filesystem operations which are not available
in older hadoop releases.
Support for functional programming within the Hadoop APIs.
-
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.fs
-
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.fs.implClassDescriptionThis is a callable which only raises an IOException.Runnable interface whose
RunnableRaisingIOE.apply()method may raise an IOE. -
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.fs.statistics.implClassDescriptionThis is a callable which only raises an IOException.Version of java.util.function.Consumer which raises exceptions.Function of arity 1 which may raise an IOException.This is a lambda-expression which may raises an IOException.
-
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.fs.store.auditClassDescriptionThis is a callable which only raises an IOException.Function of arity 1 which may raise an IOException.This is a lambda-expression which may raises an IOException.
-
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.io.wrappedio
-
Classes in org.apache.hadoop.util.functional used by org.apache.hadoop.util.functionalClassDescriptionThis is a callable which only raises an IOException.Version of java.util.function.Consumer which raises exceptions.Function of arity 1 which may raise an IOException.A lazily constructed reference, whose reference constructor is a
CallableRaisingIOEso may raise IOExceptions.A subclass ofLazyAtomicReferencewhich holds anAutoCloseablereference and callsclose()when it itself is closed.Builder for task execution.Callback invoked on a failure.Interface to whatever lets us submit tasks.Callback invoked to process an item.