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

Method getJobList

src/org/apache/pig/tools/pigstats/PigStats.java:412–415  ·  view source on GitHub ↗

Returns a List representation of the Job graph. Returned list is an ArrayList @return List

()

Source from the content-addressed store, hash-verified

410 * @return List<JobStats>
411 */
412 @SuppressWarnings("unchecked")
413 public List<JobStats> getJobList() {
414 return IteratorUtils.toList(iterator());
415 }
416
417 public Iterator<JobStats> iterator() {
418 return new Iterator<JobStats>() {

Callers 4

checkPigStatsMethod · 0.95
checkPigStatsMethod · 0.95

Calls 1

iteratorMethod · 0.95

Tested by 4

checkPigStatsMethod · 0.76
checkPigStatsMethod · 0.76