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

Field Summary
protected  Set<ReadEntity> inputs
          ReadEntitites that are passed to the hooks.
protected  Set<WriteEntity> outputs
          List of WriteEntities that are passed to the hooks.
 
Constructor Summary
moveWork()
           
moveWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
moveWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, loadTableDesc loadTableWork, loadFileDesc loadFileWork, boolean checkFileFormat)
           
 
Method Summary
 boolean getCheckFileFormat()
           
 Set<ReadEntity> getInputs()
           
 loadFileDesc getLoadFileWork()
           
 loadTableDesc getLoadTableWork()
           
 Set<WriteEntity> getOutputs()
           
 void setCheckFileFormat(boolean checkFileFormat)
           
 void setInputs(Set<ReadEntity> inputs)
           
 void setLoadFileWork(loadFileDesc loadFileWork)
           
 void setLoadTableWork(loadTableDesc loadTableWork)
           
 void setOutputs(Set<WriteEntity> outputs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

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)
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)

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