org.apache.pig.tools.pigstats
Class InputStats

java.lang.Object
  extended by 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.


Nested Class Summary
static class InputStats.INPUT_TYPE
           
 
Method Summary
 long getBytes()
           
 org.apache.hadoop.conf.Configuration getConf()
           
 InputStats.INPUT_TYPE getInputType()
           
 String getLocation()
           
 String getName()
           
 long getNumberRecords()
           
 boolean isSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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