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

Method markDirty

src/org/apache/pig/newplan/BaseOperatorPlan.java:275–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }
274
275 private void markDirty() {
276 roots.clear();
277 leaves.clear();
278 }
279
280 public Iterator<Operator> getOperators() {
281 return ops.iterator();

Callers 4

addMethod · 0.95
removeMethod · 0.95
connectMethod · 0.95
disconnectMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected