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

Method hasNext

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

Source from the content-addressed store, hash-verified

418 return new Iterator<JobStats>() {
419 private Iterator<Operator> iter = getOperators();
420 @Override
421 public boolean hasNext() {
422 return iter.hasNext();
423 }
424 @Override
425 public JobStats next() {
426 return (JobStats)iter.next();

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