org.apache.hadoop.hive.ql.plan
Class moveWork

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.moveWork
All Implemented Interfaces:
Serializable

public class moveWork
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
moveWork()
           
moveWork(loadTableDesc loadTableWork, loadFileDesc loadFileWork, boolean checkFileFormat)
           
 
Method Summary
 boolean getCheckFileFormat()
           
 loadFileDesc getLoadFileWork()
           
 loadTableDesc getLoadTableWork()
           
 void setCheckFileFormat(boolean checkFileFormat)
           
 void setLoadFileWork(loadFileDesc loadFileWork)
           
 void setLoadTableWork(loadTableDesc loadTableWork)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

moveWork

public moveWork()

moveWork

public moveWork(loadTableDesc loadTableWork,
                loadFileDesc loadFileWork,
                boolean checkFileFormat)
Method Detail

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