Uses of Interface
org.apache.hadoop.mapred.RecordWriter
Packages that use RecordWriter
Package
Description
-
Uses of RecordWriter in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return RecordWriterModifier and TypeMethodDescriptionabstract RecordWriter<K,V> FileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) MapFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) OutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) Get theRecordWriterfor the given job.SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) SequenceFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) TextOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) -
Uses of RecordWriter in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib that return RecordWriterModifier and TypeMethodDescriptionprotected abstract RecordWriter<K,V> MultipleOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) protected RecordWriter<K,V> MultipleSequenceFileOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) protected RecordWriter<K,V> MultipleTextOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) FilterOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) LazyOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) MultipleOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) Create a composite record writer that can write key/value data to different output filesNullOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) -
Uses of RecordWriter in org.apache.hadoop.mapred.lib.db
Methods in org.apache.hadoop.mapred.lib.db that return RecordWriterModifier and TypeMethodDescriptionDBOutputFormat.getRecordWriter(FileSystem filesystem, JobConf job, String name, Progressable progress) Get theRecordWriterfor the given job.