Generated by
JDiff

Interface org.apache.pig.Accumulator

Changed Methods
void accumulate(Tuple) Changed from non-abstract to abstract. Pass tuples to the UDF.
void cleanup() Changed from non-abstract to abstract. Called after getValue() to prepare processing for next key.
Object getValue() Changed from non-abstract to abstract. Called when all tuples from current key have been passed to accumulate.