@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() |
long |
getRecords() |
boolean |
isSuccessful() |
Iterator<Tuple> |
iterator() |
void |
setBytes(long bytes) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
setPOStore(POStore store) |
void |
setRecords(long records) |
void |
setSuccessful(boolean success) |
public OutputStats(String location, long bytes, long records, boolean success)
public String getName()
public String getLocation()
public long getBytes()
public void setBytes(long bytes)
public long getRecords()
public void setRecords(long records)
public long getNumberRecords()
public String getFunctionName()
public boolean isSuccessful()
public void setSuccessful(boolean success)
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-2017 The Apache Software Foundation