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

MoveWork.

See Also:
Serialized Form

Constructor Summary
MoveWork()
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LoadTableDesc loadTableWork, LoadFileDesc loadFileWork, boolean checkFileFormat)
           
 
Method Summary
 boolean getCheckFileFormat()
           
 HashSet<ReadEntity> getInputs()
           
 LoadFileDesc getLoadFileWork()
           
 LoadMultiFilesDesc getLoadMultiFilesWork()
           
 LoadTableDesc getLoadTableWork()
           
 HashSet<WriteEntity> getOutputs()
           
 void setCheckFileFormat(boolean checkFileFormat)
           
 void setInputs(HashSet<ReadEntity> inputs)
           
 void setLoadFileWork(LoadFileDesc loadFileWork)
           
 void setLoadTableWork(LoadTableDesc loadTableWork)
           
 void setMultiFilesDesc(LoadMultiFilesDesc lmfd)
           
 void setOutputs(HashSet<WriteEntity> outputs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveWork

public MoveWork()

MoveWork

public MoveWork(HashSet<ReadEntity> inputs,
                HashSet<WriteEntity> outputs)

MoveWork

public MoveWork(HashSet<ReadEntity> inputs,
                HashSet<WriteEntity> outputs,
                LoadTableDesc loadTableWork,
                LoadFileDesc loadFileWork,
                boolean checkFileFormat)
Method Detail

getLoadTableWork

public LoadTableDesc getLoadTableWork()

setLoadTableWork

public void setLoadTableWork(LoadTableDesc loadTableWork)

getLoadFileWork

public LoadFileDesc getLoadFileWork()

getLoadMultiFilesWork

public LoadMultiFilesDesc getLoadMultiFilesWork()

setMultiFilesDesc

public void setMultiFilesDesc(LoadMultiFilesDesc lmfd)

setLoadFileWork

public void setLoadFileWork(LoadFileDesc loadFileWork)

getCheckFileFormat

public boolean getCheckFileFormat()

setCheckFileFormat

public void setCheckFileFormat(boolean checkFileFormat)

getInputs

public HashSet<ReadEntity> getInputs()

getOutputs

public HashSet<WriteEntity> getOutputs()

setInputs

public void setInputs(HashSet<ReadEntity> inputs)

setOutputs

public void setOutputs(HashSet<WriteEntity> outputs)


Copyright © 2014 The Apache Software Foundation. All rights reserved.