|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object datafu.hourglass.jobs.AbstractPartitionCollapsingIncrementalJob.Report
public static class AbstractPartitionCollapsingIncrementalJob.Report
Reports files created and processed for an iteration of the job.
Constructor Summary | |
---|---|
AbstractPartitionCollapsingIncrementalJob.Report()
|
Method Summary | |
---|---|
org.apache.hadoop.fs.Path |
getCountersPath()
Gets the path to the counters file, if one was written. |
java.util.List<DatePath> |
getInputFiles()
Gets new input files that were processed. |
java.lang.String |
getJobId()
Gets the job ID. |
java.lang.String |
getJobName()
Gets the job name. |
java.util.List<DatePath> |
getOldInputFiles()
Gets old input files that were processed. |
DatePath |
getOutputPath()
Gets the path to the output which was produced by the job. |
DatePath |
getReusedOutput()
Gets the output that was reused, if one was reused. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPartitionCollapsingIncrementalJob.Report()
Method Detail |
---|
public java.lang.String getJobName()
public java.lang.String getJobId()
public org.apache.hadoop.fs.Path getCountersPath()
public DatePath getOutputPath()
public DatePath getReusedOutput()
public java.util.List<DatePath> getInputFiles()
public java.util.List<DatePath> getOldInputFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |