|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordWriter | |
---|---|
org.apache.hadoop.mapred | A system for scalable, fault-tolerant, distributed computation over large data collections. |
Uses of RecordWriter in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement RecordWriter | |
---|---|
protected static class |
TextOutputFormat.LineRecordWriter
|
Methods in org.apache.hadoop.mapred that return RecordWriter | |
---|---|
RecordWriter |
TextOutputFormat.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
|
RecordWriter |
SequenceFileOutputFormat.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
|
abstract RecordWriter |
OutputFormatBase.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
|
RecordWriter |
MapFileOutputFormat.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
|
RecordWriter |
OutputFormat.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
Construct a RecordWriter with Progressable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |