Uses of Enum Class
org.apache.hadoop.io.SequenceFile.CompressionType
Packages that use SequenceFile.CompressionType
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of SequenceFile.CompressionType in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return SequenceFile.CompressionTypeModifier and TypeMethodDescriptionstatic SequenceFile.CompressionTypeSequenceFile.getDefaultCompressionType(Configuration job) Get the compression type for the reduce outputsstatic SequenceFile.CompressionTypeReturns the enum constant of this class with the specified name.static SequenceFile.CompressionType[]SequenceFile.CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.io with parameters of type SequenceFile.CompressionTypeModifier 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.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileContext fc, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, org.apache.hadoop.io.SequenceFile.Metadata metadata, EnumSet<CreateFlag> createFlag, org.apache.hadoop.fs.Options.CreateOpts... opts) Construct the preferred type of SequenceFile Writer.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, boolean createParent, SequenceFile.CompressionType compressionType, CompressionCodec codec, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, Progressable progress) Deprecated.static voidSequenceFile.setDefaultCompressionType(Configuration job, SequenceFile.CompressionType val) Set the default compression type for sequence files. -
Uses of SequenceFile.CompressionType in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return SequenceFile.CompressionTypeModifier and TypeMethodDescriptionstatic SequenceFile.CompressionTypeSequenceFileOutputFormat.getOutputCompressionType(JobConf conf) Get theSequenceFile.CompressionTypefor the outputSequenceFile.Methods in org.apache.hadoop.mapred with parameters of type SequenceFile.CompressionTypeModifier and TypeMethodDescriptionstatic voidSequenceFileOutputFormat.setOutputCompressionType(JobConf conf, SequenceFile.CompressionType style) Set theSequenceFile.CompressionTypefor the outputSequenceFile. -
Uses of SequenceFile.CompressionType in org.apache.hadoop.mapreduce.lib.output
Methods in org.apache.hadoop.mapreduce.lib.output that return SequenceFile.CompressionTypeModifier and TypeMethodDescriptionstatic SequenceFile.CompressionTypeSequenceFileOutputFormat.getOutputCompressionType(JobContext job) Get theSequenceFile.CompressionTypefor the outputSequenceFile.Methods in org.apache.hadoop.mapreduce.lib.output with parameters of type SequenceFile.CompressionTypeModifier and TypeMethodDescriptionstatic voidSequenceFileOutputFormat.setOutputCompressionType(Job job, SequenceFile.CompressionType style) Set theSequenceFile.CompressionTypefor the outputSequenceFile.
SequenceFile.createWriter(Configuration, Writer.Option...)instead.