|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ReduceContext.ValueIterator<VALUEIN>
Iterator to iterate over values for a given group of records.
| Method Summary | |
|---|---|
void |
clearMark()
Clear any previously set mark |
void |
mark()
Mark the current record. |
void |
reset()
Reset the iterator to the last record before a call to the previous mark |
void |
resetBackupStore()
This method is called when the reducer moves from one key to another. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
void resetBackupStore()
throws IOException
IOException
void mark()
throws IOException
IOException
void reset()
throws IOException
IOException
void clearMark()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||