storm.trident.operation.impl
Class CaptureCollector
java.lang.Object
storm.trident.operation.impl.CaptureCollector
- All Implemented Interfaces:
- TridentCollector
public class CaptureCollector
- extends Object
- implements TridentCollector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
captured
public List<List<Object>> captured
CaptureCollector
public CaptureCollector()
setCollector
public void setCollector(TridentCollector coll)
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.