Uses of Class
org.apache.hadoop.mapreduce.RecordWriter
Packages that use RecordWriter
Package
Description
-
Uses of RecordWriter in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return RecordWriterModifier and TypeMethodDescriptionabstract RecordWriter<K,V> OutputFormat.getRecordWriter(TaskAttemptContext context) Get theRecordWriterfor the given task. -
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.db
Methods in org.apache.hadoop.mapreduce.lib.db that return RecordWriterModifier and TypeMethodDescriptionDBOutputFormat.getRecordWriter(TaskAttemptContext context) Get theRecordWriterfor the given task. -
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.output
Methods in org.apache.hadoop.mapreduce.lib.output that return RecordWriterModifier and TypeMethodDescriptionabstract RecordWriter<K,V> FileOutputFormat.getRecordWriter(TaskAttemptContext job) FilterOutputFormat.getRecordWriter(TaskAttemptContext context) LazyOutputFormat.getRecordWriter(TaskAttemptContext context) MapFileOutputFormat.getRecordWriter(TaskAttemptContext context) NullOutputFormat.getRecordWriter(TaskAttemptContext context) SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context) SequenceFileOutputFormat.getRecordWriter(TaskAttemptContext context) TextOutputFormat.getRecordWriter(TaskAttemptContext job)