Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
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 | Method and Description |
---|---|
FSDataOutputStreamBuilder |
FilterFileSystem.appendFile(Path path) |
FSDataOutputStreamBuilder |
ChecksumFileSystem.appendFile(Path path)
This is overridden to ensure that this class's create() method is
ultimately called.
|
FSDataOutputStreamBuilder |
FileSystem.appendFile(Path path)
Create a Builder to append a file.
|
FSDataOutputStreamBuilder<FSDataOutputStream,?> |
FileContext.create(Path f)
Create a
FSDataOutputStreamBuilder for creating or overwriting
a file on indicated path. |
protected static FSDataOutputStreamBuilder |
FileSystem.createDataOutputStreamBuilder(FileSystem fileSystem,
Path path)
Create instance of the standard FSDataOutputStreamBuilder for the
given filesystem and path.
|
FSDataOutputStreamBuilder |
FilterFileSystem.createFile(Path path) |
FSDataOutputStreamBuilder |
ChecksumFileSystem.createFile(Path path)
This is overridden to ensure that this class's create() method is
ultimately called.
|
FSDataOutputStreamBuilder |
FileSystem.createFile(Path path)
Create a new FSDataOutputStreamBuilder for the file with path.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.