Write a tuple to the data store. @param t the tuple to store. @throws IOException if an exception occurs during the write
(Tuple t)
| 115 | * @throws IOException if an exception occurs during the write |
| 116 | */ |
| 117 | void putNext(Tuple t) throws IOException; |
| 118 | |
| 119 | /** |
| 120 | * This method will be called by Pig both in the front end and back end to |
no outgoing calls