org.apache.hadoop.hive.ql.plan
Class moveWork
java.lang.Object
org.apache.hadoop.hive.ql.plan.moveWork
- All Implemented Interfaces:
- Serializable
public class moveWork
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moveWork
public moveWork()
moveWork
public moveWork(loadTableDesc loadTableWork,
loadFileDesc loadFileWork,
boolean checkFileFormat)
getLoadTableWork
public loadTableDesc getLoadTableWork()
setLoadTableWork
public void setLoadTableWork(loadTableDesc loadTableWork)
getLoadFileWork
public loadFileDesc getLoadFileWork()
setLoadFileWork
public void setLoadFileWork(loadFileDesc loadFileWork)
getCheckFileFormat
public boolean getCheckFileFormat()
setCheckFileFormat
public void setCheckFileFormat(boolean checkFileFormat)
Copyright © 2009 The Apache Software Foundation