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

Method getJobs

src/org/apache/pig/backend/hadoop/PigJobControl.java:134–141  ·  view source on GitHub ↗
(Field field)

Source from the content-addressed store, hash-verified

132 }
133
134 @SuppressWarnings("unchecked")
135 private LinkedList<ControlledJob> getJobs(Field field) {
136 try {
137 return (LinkedList<ControlledJob>)field.get(this);
138 } catch (Exception e) {
139 throw new RuntimeException(e);
140 }
141 }
142
143 private void failAllJobs(Throwable t) {
144 try {

Callers 2

runMethod · 0.95
runPlanMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected