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

Method getOutputs

src/org/apache/pig/tools/pigstats/JobStats.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 public Exception getException() { return exception; }
103
104 public List<OutputStats> getOutputs() {
105 return Collections.unmodifiableList(outputs);
106 }
107
108 public List<InputStats> getInputs() {
109 return Collections.unmodifiableList(inputs);

Callers 6

orderByTestMethod · 0.95
getJobsMethod · 0.95
getOutputStatsMethod · 0.80
resultMethod · 0.80
accumulateStatsMethod · 0.80
accumulateStatsMethod · 0.80

Calls

no outgoing calls

Tested by 1

orderByTestMethod · 0.76