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 |
inputs
protected Set<ReadEntity> inputs
- ReadEntitites that are passed to the hooks.
outputs
protected Set<WriteEntity> outputs
- List of WriteEntities that are passed to the hooks.
moveWork
public moveWork()
moveWork
public moveWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs)
moveWork
public moveWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
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)
getInputs
public Set<ReadEntity> getInputs()
getOutputs
public Set<WriteEntity> getOutputs()
setInputs
public void setInputs(Set<ReadEntity> inputs)
setOutputs
public void setOutputs(Set<WriteEntity> outputs)
Copyright © 2009 The Apache Software Foundation