Initialize StoreFuncInterface to write data. This will be called during execution before the call to putNext. @param writer RecordWriter to use. @throws IOException if an exception occurs during initialization
(RecordWriter writer)
| 108 | * @throws IOException if an exception occurs during initialization |
| 109 | */ |
| 110 | void prepareToWrite(RecordWriter writer) throws IOException; |
| 111 | |
| 112 | /** |
| 113 | * Write a tuple to the data store. |
no outgoing calls