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
MoveWork.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputs
protected HashSet<ReadEntity> inputs
- ReadEntitites that are passed to the hooks.
outputs
protected HashSet<WriteEntity> outputs
- List of WriteEntities that are passed to the hooks.
movedParts
protected List<Partition> movedParts
- List of inserted partitions
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)
setDPSpecPaths
public void setDPSpecPaths(ArrayList<String> dpsp)
getDPSpecPaths
public ArrayList<String> getDPSpecPaths()
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 © 2012 The Apache Software Foundation