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

Method putNext

test/org/apache/pig/test/TestStore.java:409–415  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

407
408
409 @Override
410 public void putNext(Tuple t) throws IOException {
411 if(failInPutNext) {
412 throw new IOException("Failing in putNext");
413 }
414 super.putNext(t);
415 }
416
417 @SuppressWarnings("rawtypes")
418 @Override

Callers

nothing calls this directly

Calls 1

putNextMethod · 0.65

Tested by

no test coverage detected