Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBytesWritten
Method · 0.45
getRecordWritten
Method · 0.45
getOutputStats
Method · 0.45
result
Method · 0.45
getInputStats
Method · 0.45
getSuccessfulJobs
Method · 0.45
getFailedJobs
Method · 0.45
setBackendException
Method · 0.45
getNumberSuccessfulJobs
Method · 0.45
getNumberFailedJobs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected