|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordWriter | |
---|---|
org.apache.hadoop.examples.terasort | This package consists of 3 map/reduce applications for Hadoop to compete in the annual terabyte sort competition. |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.db | org.apache.hadoop.mapred.lib.db Package |
org.apache.hadoop.mapreduce.lib.output |
Uses of RecordWriter in org.apache.hadoop.examples.terasort |
---|
Methods in org.apache.hadoop.examples.terasort that return RecordWriter | |
---|---|
RecordWriter<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> |
TeraOutputFormat.getRecordWriter(TaskAttemptContext job)
|
Uses of RecordWriter in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return RecordWriter | |
---|---|
abstract RecordWriter<K,V> |
OutputFormat.getRecordWriter(TaskAttemptContext context)
Get the RecordWriter for the given task. |
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.db |
---|
Subclasses of RecordWriter in org.apache.hadoop.mapreduce.lib.db | |
---|---|
class |
DBOutputFormat.DBRecordWriter
A RecordWriter that writes the reduce output to a SQL table |
Methods in org.apache.hadoop.mapreduce.lib.db that return RecordWriter | |
---|---|
RecordWriter<K,V> |
DBOutputFormat.getRecordWriter(TaskAttemptContext context)
Get the RecordWriter for the given task. |
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.output |
---|
Subclasses of RecordWriter in org.apache.hadoop.mapreduce.lib.output | |
---|---|
static class |
FilterOutputFormat.FilterRecordWriter<K,V>
FilterRecordWriter is a convenience wrapper
class that extends the RecordWriter . |
protected static class |
TextOutputFormat.LineRecordWriter<K,V>
|
Fields in org.apache.hadoop.mapreduce.lib.output declared as RecordWriter | |
---|---|
protected RecordWriter<K,V> |
FilterOutputFormat.FilterRecordWriter.rawWriter
|
Methods in org.apache.hadoop.mapreduce.lib.output that return RecordWriter | |
---|---|
RecordWriter<K,V> |
TextOutputFormat.getRecordWriter(TaskAttemptContext job)
|
abstract RecordWriter<K,V> |
FileOutputFormat.getRecordWriter(TaskAttemptContext job)
|
RecordWriter<K,V> |
FilterOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
SequenceFileOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
NullOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
LazyOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<org.apache.hadoop.io.WritableComparable<?>,org.apache.hadoop.io.Writable> |
MapFileOutputFormat.getRecordWriter(TaskAttemptContext context)
|
Constructors in org.apache.hadoop.mapreduce.lib.output with parameters of type RecordWriter | |
---|---|
FilterOutputFormat.FilterRecordWriter(RecordWriter<K,V> rwriter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |