-
public final class KumulusAcker.MessageState
-
-
Field Summary
Fields Modifier and Type Field Description private final ConcurrentHashMap<Integer, Tuple>pendingTasksprivate final ConcurrentHashSet<Integer>failedTasksprivate final KumulusSpoutspout
-
Constructor Summary
Constructors Constructor Description MessageState(KumulusSpout spout)
-
Method Summary
Modifier and Type Method Description final ConcurrentHashMap<Integer, Tuple>getPendingTasks()final ConcurrentHashSet<Integer>getFailedTasks()final KumulusSpoutgetSpout()-
-
Constructor Detail
-
MessageState
MessageState(KumulusSpout spout)
-
-
Method Detail
-
getPendingTasks
final ConcurrentHashMap<Integer, Tuple> getPendingTasks()
-
getFailedTasks
final ConcurrentHashSet<Integer> getFailedTasks()
-
getSpout
final KumulusSpout getSpout()
-
-
-
-