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

Method putNext

src/org/apache/pig/StoreFuncInterface.java:117–117  ·  view source on GitHub ↗

Write a tuple to the data store. @param t the tuple to store. @throws IOException if an exception occurs during the write

(Tuple t)

Source from the content-addressed store, hash-verified

115 * @throws IOException if an exception occurs during the write
116 */
117 void putNext(Tuple t) throws IOException;
118
119 /**
120 * This method will be called by Pig both in the front end and back end to

Callers 14

storeMethod · 0.95
putNextMethod · 0.65
testSucessMethod · 0.65
putNextMethod · 0.65
testSucessMethod · 0.65
putNextMethod · 0.65
putNextMethod · 0.65
putNextMethod · 0.65
putNextMethod · 0.65
putNextMethod · 0.65
getNextTupleMethod · 0.65
writeMethod · 0.65

Implementers 15

AvroStoragecontrib/piggybank/java/src/main/java/o
DummyStoreFunctest/org/apache/pig/TestStoreFuncWrapp
StoreFuncsrc/org/apache/pig/StoreFunc.java
StoreFuncWrappersrc/org/apache/pig/StoreFuncWrapper.ja
AbstractAccumuloStoragesrc/org/apache/pig/backend/hadoop/accu
HBaseStoragesrc/org/apache/pig/backend/hadoop/hbas
InterStoragesrc/org/apache/pig/impl/io/InterStorag
TFileStoragesrc/org/apache/pig/impl/io/TFileStorag
SequenceFileInterStoragesrc/org/apache/pig/impl/io/SequenceFil
OrcStoragesrc/org/apache/pig/builtin/OrcStorage.
PigStoragesrc/org/apache/pig/builtin/PigStorage.
AvroStoragesrc/org/apache/pig/builtin/AvroStorage

Calls

no outgoing calls

Tested by 6

testSucessMethod · 0.52
putNextMethod · 0.52
testSucessMethod · 0.52
putNextMethod · 0.52
putNextMethod · 0.52
putNextMethod · 0.52