public class GroupCollector<KeyType,RecordType> extends Object implements DataIterator<Pair<KeyType,RecordType>>, Serializable
| Constructor and Description |
|---|
GroupCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalise() |
Processable<Group<KeyType,RecordType>> |
getResult() |
void |
initialise() |
void |
next(Pair<KeyType,RecordType> record) |
public Processable<Group<KeyType,RecordType>> getResult()
public void initialise()
initialise in interface DataIterator<Pair<KeyType,RecordType>>public void next(Pair<KeyType,RecordType> record)
next in interface DataIterator<Pair<KeyType,RecordType>>public void finalise()
finalise in interface DataIterator<Pair<KeyType,RecordType>>Copyright © 2018. All rights reserved.