예제 #1
0
 /**
  * Closes the ChainReducer, the Reducer and all the Mappers in the chain.
  *
  * <p>If this method is overriden <code>super.close()</code> should be invoked at the end of the
  * overwriter method.
  */
 public void close() throws IOException {
   chain.close();
 }