@InterfaceAudience.Public @InterfaceStability.Evolving public final class InputStats extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputStats.INPUT_TYPE |
Constructor and Description |
---|
InputStats(String location,
long bytes,
long records,
boolean success) |
Modifier and Type | Method and Description |
---|---|
long |
getBytes() |
org.apache.hadoop.conf.Configuration |
getConf() |
String |
getDisplayString() |
InputStats.INPUT_TYPE |
getInputType() |
String |
getLocation() |
String |
getName() |
long |
getNumberRecords() |
boolean |
isSuccessful() |
void |
markIndexerInput() |
void |
markSampleInput() |
void |
markSideFileInput() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public InputStats(String location, long bytes, long records, boolean success)
public String getName()
public String getLocation()
public long getBytes()
public long getNumberRecords()
public boolean isSuccessful()
public org.apache.hadoop.conf.Configuration getConf()
public InputStats.INPUT_TYPE getInputType()
public String getDisplayString()
public void setConf(org.apache.hadoop.conf.Configuration conf)
public void markSampleInput()
public void markIndexerInput()
public void markSideFileInput()
Copyright © 2007-2017 The Apache Software Foundation