Package org.apache.storm.trident.spout
Interface IBatchID
-
- All Known Implementing Classes:
RichSpoutBatchId
,TransactionAttempt
public interface IBatchID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAttemptId()
Object
getId()
-
-
-
Method Detail
-
getId
Object getId()
-
getAttemptId
int getAttemptId()
-
-