Uses of Class
org.apache.hadoop.fs.FSDataOutputStreamBuilder
Packages that use FSDataOutputStreamBuilder
-
Uses of FSDataOutputStreamBuilder in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs with type parameters of type FSDataOutputStreamBuilderModifier and TypeClassDescriptionclassFSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S, B>> Builder forFSDataOutputStreamand its subclasses.Methods in org.apache.hadoop.fs that return FSDataOutputStreamBuilderModifier and TypeMethodDescriptionChecksumFileSystem.appendFile(Path path) This is overridden to ensure that this class's create() method is ultimately called.FileSystem.appendFile(Path path) Create a Builder to append a file.FilterFileSystem.appendFile(Path path) Create aFSDataOutputStreamBuilderfor creating or overwriting a file on indicated path.protected static FSDataOutputStreamBuilderFileSystem.createDataOutputStreamBuilder(FileSystem fileSystem, Path path) Create instance of the standard FSDataOutputStreamBuilder for the given filesystem and path.ChecksumFileSystem.createFile(Path path) This is overridden to ensure that this class's create() method is ultimately called.FileSystem.createFile(Path path) Create a new FSDataOutputStreamBuilder for the file with path.FilterFileSystem.createFile(Path path)