@InterfaceAudience.Public @InterfaceStability.Evolving public final class OutputStats extends Object
Constructor and Description |
---|
OutputStats(String location,
long bytes,
long records,
boolean success) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
long |
getBytes() |
org.apache.hadoop.conf.Configuration |
getConf() |
String |
getDisplayString() |
String |
getFunctionName() |
String |
getLocation() |
String |
getName() |
long |
getNumberRecords() |
POStore |
getPOStore() |
boolean |
isSuccessful() |
Iterator<Tuple> |
iterator() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
setPOStore(POStore store) |
public OutputStats(String location, long bytes, long records, boolean success)
public String getName()
public String getLocation()
public long getBytes()
public long getNumberRecords()
public String getFunctionName()
public boolean isSuccessful()
public String getAlias()
public POStore getPOStore()
public org.apache.hadoop.conf.Configuration getConf()
public String getDisplayString()
public void setPOStore(POStore store)
public void setConf(org.apache.hadoop.conf.Configuration conf)
public Iterator<Tuple> iterator() throws IOException
IOException
Copyright © 2007-2012 The Apache Software Foundation