org.apache.hadoop.mapreduce.task.reduce
Interface ExceptionReporter

All Known Implementing Classes:
Shuffle

@InterfaceAudience.LimitedPrivate(value="MapReduce")
@InterfaceStability.Unstable
public interface ExceptionReporter

An interface for reporting exceptions to other threads


Method Summary
 void reportException(Throwable t)
           
 

Method Detail

reportException

void reportException(Throwable t)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.