| Package | Description | 
|---|---|
| org.apache.hadoop.fs | Implementations of  AbstractFileSystemfor 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  FSDataOutputStreamand its subclasses. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSDataOutputStreamBuilder | FileSystem. appendFile(Path path)Create a Builder to append a file. | 
| 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<FSDataOutputStream,?> | FileContext. create(Path f)Create a  FSDataOutputStreamBuilderfor 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 | FileSystem. createFile(Path path)Create a new FSDataOutputStreamBuilder for the file with 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. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.