Uses of Class
org.apache.hadoop.fs.Options.CreateOpts
Packages that use Options.CreateOpts
Package
Description
An abstract file system API.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of Options.CreateOpts in org.apache.hadoop.fs
Subclasses of Options.CreateOpts in org.apache.hadoop.fsModifier and TypeClassDescriptionstatic classstatic classstatic classThis is not needed if ChecksumParam is specified.static classstatic classstatic classstatic classstatic classMethods in org.apache.hadoop.fs with parameters of type Options.CreateOptsModifier and TypeMethodDescriptionfinal FSDataOutputStreamAbstractFileSystem.create(Path f, EnumSet<CreateFlag> createFlag, 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).FileContext.create(Path f, EnumSet<CreateFlag> createFlag, Options.CreateOpts... opts) Create or overwrite file on indicated path and returns an output stream for writing into the file. -
Uses of Options.CreateOpts in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type Options.CreateOptsModifier and TypeMethodDescriptionstatic SequenceFile.WriterSequenceFile.createWriter(FileContext fc, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, SequenceFile.Metadata metadata, EnumSet<CreateFlag> createFlag, Options.CreateOpts... opts) Construct the preferred type of SequenceFile Writer.