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

Field Summary
protected  HashSet<ReadEntity> inputs
          ReadEntitites that are passed to the hooks.
protected  List<Partition> movedParts
          List of inserted partitions
protected  HashSet<WriteEntity> outputs
          List of WriteEntities that are passed to the hooks.
 
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()
           
 ArrayList<String> getDPSpecPaths()
           
 HashSet<ReadEntity> getInputs()
           
 LoadFileDesc getLoadFileWork()
           
 LoadTableDesc getLoadTableWork()
           
 HashSet<WriteEntity> getOutputs()
           
 void setCheckFileFormat(boolean checkFileFormat)
           
 void setDPSpecPaths(ArrayList<String> dpsp)
           
 void setInputs(HashSet<ReadEntity> inputs)
           
 void setLoadFileWork(LoadFileDesc loadFileWork)
           
 void setLoadTableWork(LoadTableDesc loadTableWork)
           
 void setOutputs(HashSet<WriteEntity> outputs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

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

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

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 © 2010 The Apache Software Foundation