-
- All Implemented Interfaces:
-
org.apache.storm.spout.ISpoutOutputCollector,org.apache.storm.task.IErrorReporter
public final class KumulusSpoutCollector extends KumulusCollector<KumulusSpout> implements ISpoutOutputCollector
-
-
Constructor Summary
Constructors Constructor Description KumulusSpoutCollector(KumulusComponent component, KumulusEmitter emitter, KumulusAcker acker, Function3<String, Integer, Throwable, Unit> errorHandler)
-
Method Summary
Modifier and Type Method Description UnitemitDirect(Integer taskId, String streamId, List<Object> tuple, Object messageId)LonggetPendingCount()-
Methods inherited from class org.xyro.kumulus.collector.KumulusSpoutCollector
emit, emit, reportError -
Methods inherited from class org.xyro.kumulus.collector.KumulusCollector
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KumulusSpoutCollector
KumulusSpoutCollector(KumulusComponent component, KumulusEmitter emitter, KumulusAcker acker, Function3<String, Integer, Throwable, Unit> errorHandler)
-
-
Method Detail
-
getPendingCount
Long getPendingCount()
-
-
-
-