org.apache.pig.tools.pigstats
Class InputStats
java.lang.Object
org.apache.pig.tools.pigstats.InputStats
@InterfaceAudience.Public
@InterfaceStability.Evolving
public final class InputStats
- extends Object
This class encapsulates the runtime statistics of a user specified input.
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()
isSuccessful
public boolean isSuccessful()
getConf
public org.apache.hadoop.conf.Configuration getConf()
getInputType
public InputStats.INPUT_TYPE getInputType()
Copyright © 2012 The Apache Software Foundation