org.apache.pig.tools.pigstats
Class PigStats

java.lang.Object
  extended by org.apache.pig.tools.pigstats.PigStats

public class PigStats
extends Object


Constructor Summary
PigStats()
           
 
Method Summary
 Map<String,Map<String,String>> accumulateStats()
           
 long getBytesWritten()
           
 String getMRPlan()
           
 String getPhysicalPlan()
           
 Map<String,Map<String,String>> getPigStats()
           
 long getRecordsWritten()
           
 List<String> getRootJobIDs()
           
 void setExecType(ExecType mode)
           
 void setJobClient(org.apache.hadoop.mapred.JobClient jobClient)
           
 void setJobControl(org.apache.hadoop.mapred.jobcontrol.JobControl jc)
           
 void setMROperatorPlan(MROperPlan mrp)
           
 void setPhysicalPlan(PhysicalPlan php)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PigStats

public PigStats()
Method Detail

setMROperatorPlan

public void setMROperatorPlan(MROperPlan mrp)

setJobControl

public void setJobControl(org.apache.hadoop.mapred.jobcontrol.JobControl jc)

setJobClient

public void setJobClient(org.apache.hadoop.mapred.JobClient jobClient)

getMRPlan

public String getMRPlan()

setExecType

public void setExecType(ExecType mode)

setPhysicalPlan

public void setPhysicalPlan(PhysicalPlan php)

getPhysicalPlan

public String getPhysicalPlan()

accumulateStats

public Map<String,Map<String,String>> accumulateStats()
                                               throws ExecException
Throws:
ExecException

getRootJobIDs

public List<String> getRootJobIDs()

getPigStats

public Map<String,Map<String,String>> getPigStats()

getRecordsWritten

public long getRecordsWritten()

getBytesWritten

public long getBytesWritten()


Copyright © ${year} The Apache Software Foundation