Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FSBuilder<S,B extends FSBuilder<S,B>>
The base interface which various FileSystem FileContext Builder
interfaces can extend, and which underlying implementations
will then implement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FutureDataInputStreamBuilder
Builder for input streams and subclasses whose return value is
actually a completable future: this allows for better asynchronous
operation.
|
Modifier and Type | Class and Description |
---|---|
class |
FSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S,B>>
Builder for
FSDataOutputStream and its subclasses. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFSBuilderImpl<S,B extends FSBuilder<S,B>>
Builder for filesystem/filecontext operations of various kinds,
with option support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFSBuilderImpl<S,B extends FSBuilder<S,B>>
Builder for filesystem/filecontext operations of various kinds,
with option support.
|
class |
FutureDataInputStreamBuilderImpl
Builder for input streams and subclasses whose return value is
actually a completable future: this allows for better asynchronous
operation.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.