Uses of Class
org.apache.storm.executor.TupleInfo
-
Packages that use TupleInfo Package Description org.apache.storm.executor.spout -
-
Uses of TupleInfo in org.apache.storm.executor.spout
Methods in org.apache.storm.executor.spout with parameters of type TupleInfo Modifier and Type Method Description void
SpoutExecutor. ackSpoutMsg(SpoutExecutor executor, Task taskData, Long timeDelta, TupleInfo tupleInfo)
void
SpoutExecutor. failSpoutMsg(SpoutExecutor executor, Task taskData, Long timeDelta, TupleInfo tupleInfo, String reason)
Constructor parameters in org.apache.storm.executor.spout with type arguments of type TupleInfo Constructor Description SpoutOutputCollectorImpl(ISpout spout, SpoutExecutor executor, Task taskData, MutableLong emittedCount, boolean hasAckers, Random random, Boolean isEventLoggers, Boolean isDebug, RotatingMap<Long,TupleInfo> pending)
-