MCPcopy Create free account
hub / github.com/apache/pig / next

Method next

src/org/apache/pig/tools/pigstats/PigStats.java:424–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 return iter.hasNext();
423 }
424 @Override
425 public JobStats next() {
426 return (JobStats)iter.next();
427 }
428 @Override
429 public void remove() {}
430 };

Callers 10

getBytesWrittenMethod · 0.45
getRecordWrittenMethod · 0.45
getOutputStatsMethod · 0.45
resultMethod · 0.45
getInputStatsMethod · 0.45
getSuccessfulJobsMethod · 0.45
getFailedJobsMethod · 0.45
setBackendExceptionMethod · 0.45
getNumberFailedJobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected