|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Writes key/value pairs to an output file. Implemented by OutputFormat implementations.
| Method Summary | |
void |
close()
Close this to future operations. |
void |
write(WritableComparable key,
Writable value)
Writes a key/value pair. |
| Method Detail |
public void write(WritableComparable key,
Writable value)
throws IOException
key - the key to writevalue - the value to write
IOExceptionWritable.write(DataOutput)
public void close()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||