public interface RecordWriter<K,V>
RecordWriter
writes the output <key, value> pairs to an output file.
RecordWriter
implementations write the job outputs to the FileSystem
.
OutputFormat
void
close(Reporter reporter)
RecordWriter
to future operations. void
write(K key, V value)
void write(K key, V value) throws IOException
key
- the key to write.
value
- the value to write.
IOException
void close(Reporter reporter) throws IOException
RecordWriter
to future operations.
reporter
- facility to report progress.
IOException
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4