org.apache.hadoop.hive.io
Class HiveIOExceptionNextHandleResult
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveIOExceptionNextHandleResult
public HiveIOExceptionNextHandleResult()
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