org.apache.pig.tools.pigstats
Class OutputStats
java.lang.Object
org.apache.pig.tools.pigstats.OutputStats
@InterfaceAudience.Public
@InterfaceStability.Evolving
public final class OutputStats
- extends Object
This class encapsulates the runtime statistics of an user specified output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getLocation
public String getLocation()
getBytes
public long getBytes()
getNumberRecords
public long getNumberRecords()
getFunctionName
public String getFunctionName()
isSuccessful
public boolean isSuccessful()
getAlias
public String getAlias()
getPOStore
public POStore getPOStore()
getConf
public org.apache.hadoop.conf.Configuration getConf()
iterator
public Iterator<Tuple> iterator()
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation