org.apache.hadoop.hive.io
Class HiveIOExceptionNextHandleResult

java.lang.Object
  extended by org.apache.hadoop.hive.io.HiveIOExceptionNextHandleResult

public class HiveIOExceptionNextHandleResult
extends Object

A container to store handling results for exceptions produced in record reader's next(). It basically contains 2 fields, one is to store if it is handled or not, another field to store the result.


Constructor Summary
HiveIOExceptionNextHandleResult()
           
 
Method Summary
 void clear()
           
 boolean getHandled()
           
 boolean getHandleResult()
           
 void setHandled(boolean handled)
           
 void setHandleResult(boolean handleResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveIOExceptionNextHandleResult

public HiveIOExceptionNextHandleResult()
Method Detail

getHandled

public boolean getHandled()

setHandled

public void setHandled(boolean handled)

getHandleResult

public boolean getHandleResult()

setHandleResult

public void setHandleResult(boolean handleResult)

clear

public void clear()


Copyright © 2013 The Apache Software Foundation