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 |
FileSystem.appendFile(Path path)
Create a Builder to append a file.
|
FSDataOutputStreamBuilder |
FilterFileSystem.createFile(Path path) |
FSDataOutputStreamBuilder |
FileSystem.createFile(Path path)
Create a new FSDataOutputStreamBuilder for the file with path.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.