storm.trident.operation.impl
Class GroupCollector
java.lang.Object
storm.trident.operation.impl.GroupCollector
- All Implemented Interfaces:
- TridentCollector
public class GroupCollector
- extends Object
- implements TridentCollector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currGroup
public List<Object> currGroup
GroupCollector
public GroupCollector(TridentCollector collector,
ComboList.Factory factory)
emit
public void emit(List<Object> values)
- Specified by:
emit in interface TridentCollector
reportError
public void reportError(Throwable t)
- Specified by:
reportError in interface TridentCollector
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.