Uses of Class
org.apache.hadoop.fs.FSDataOutputStream
Packages that use FSDataOutputStream
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
This package provides the administrative APIs for HDFS.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of FSDataOutputStream in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs with type parameters of type FSDataOutputStreamModifier and TypeClassDescriptionclassFSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S, B>> Builder forFSDataOutputStreamand its subclasses.Methods in org.apache.hadoop.fs that return FSDataOutputStreamModifier and TypeMethodDescriptionChecksumFileSystem.append(Path f, int bufferSize, Progressable progress) Append to an existing file (optional operation).Append to an existing file (optional operation).Append to an existing file (optional operation).abstract FSDataOutputStreamFileSystem.append(Path f, int bufferSize, Progressable progress) Append to an existing file (optional operation).FileSystem.append(Path f, int bufferSize, Progressable progress, boolean appendToNewBlock) Append to an existing file (optional operation).FilterFileSystem.append(Path f, int bufferSize, Progressable progress) RawLocalFileSystem.append(Path f, int bufferSize, Progressable progress) final FSDataOutputStreamAbstractFileSystem.create(Path f, EnumSet<CreateFlag> createFlag, org.apache.hadoop.fs.Options.CreateOpts... opts) The specification of this method matches that ofFileContext.create(Path, EnumSet, Options.CreateOpts...)except that the Path f must be fully qualified and the permission is absolute (i.e. umask has been applied).ChecksumFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ChecksumFileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) FileContext.create(Path f, EnumSet<CreateFlag> createFlag, org.apache.hadoop.fs.Options.CreateOpts... opts) Create or overwrite file on indicated path and returns an output stream for writing into the file.static FSDataOutputStreamFileSystem.create(FileSystem fs, Path file, FsPermission permission) Create a file with the provided permission.Create an FSDataOutputStream at the indicated Path.Create an FSDataOutputStream at the indicated Path.Create an FSDataOutputStream at the indicated Path.Create an FSDataOutputStream at the indicated Path.FileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, boolean overwrite, int bufferSize, Progressable progress) Create anFSDataOutputStreamat the indicated Path with write-progress reporting.Create an FSDataOutputStream at the indicated Path.FileSystem.create(Path f, short replication, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.abstract FSDataOutputStreamFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) Create an FSDataOutputStream at the indicated Path with a custom checksum option.FileSystem.create(Path f, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FilterFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) FilterFileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) RawLocalFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) abstract FSDataOutputStreamAbstractFileSystem.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt, boolean createParent) The specification of this method matches that ofAbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...)except that the opts have been declared explicitly.ChecksumFileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ChecksumFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) FileSystem.createNonRecursive(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FilterFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) protected FSDataOutputStreamFileSystem.primitiveCreate(Path f, FsPermission absolutePermission, EnumSet<CreateFlag> flag, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) Deprecated.protected FSDataOutputStreamFilterFileSystem.primitiveCreate(Path f, FsPermission absolutePermission, EnumSet<CreateFlag> flag, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) Methods in org.apache.hadoop.fs that return types with arguments of type FSDataOutputStreamModifier and TypeMethodDescriptionCreate aFSDataOutputStreamBuilderfor creating or overwriting a file on indicated path. -
Uses of FSDataOutputStream in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl that return FSDataOutputStreamModifier and TypeMethodDescriptionAdlFileSystem.append(Path f, int bufferSize, Progressable progress) Append to an existing file (optional operation).AdlFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create call semantic is handled differently in case of ADL.AdlFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Deprecated.API only for 0.20-append -
Uses of FSDataOutputStream in org.apache.hadoop.fs.azure
Methods in org.apache.hadoop.fs.azure that return FSDataOutputStreamModifier and TypeMethodDescriptionNativeAzureFileSystem.append(Path path, int i, Progressable progressable) Deprecated.NativeAzureFileSystem.create(Path path, FsPermission fsPermission, boolean b, int i, short i1, long l, Progressable progressable) Deprecated. -
Uses of FSDataOutputStream in org.apache.hadoop.fs.ftp
Methods in org.apache.hadoop.fs.ftp that return FSDataOutputStreamModifier and TypeMethodDescriptionFTPFileSystem.append(Path f, int bufferSize, Progressable progress) This optional operation is not yet supported.FTPFileSystem.create(Path file, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block. -
Uses of FSDataOutputStream in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return FSDataOutputStreamModifier and TypeMethodDescriptionViewFileSystem.append(Path f, int bufferSize, Progressable progress) ViewFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ViewFs.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt, boolean createParent) ViewFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) -
Uses of FSDataOutputStream in org.apache.hadoop.hdfs.client
Subclasses of FSDataOutputStream in org.apache.hadoop.hdfs.client -
Uses of FSDataOutputStream in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type FSDataOutputStreamModifier and TypeMethodDescriptionstatic org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(Configuration conf, FSDataOutputStream out, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(Configuration conf, FSDataOutputStream out, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.