(RecordWriter recordWriter)
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public void prepareToWrite(RecordWriter recordWriter) throws IOException { |
| 73 | storeFunc().prepareToWrite(recordWriter); |
| 74 | } |
| 75 | |
| 76 | @Override |
| 77 | public void putNext(Tuple tuple) throws IOException { |
nothing calls this directly
no test coverage detected