Uses of Interface
org.apache.storm.trident.spout.IBatchID
-
Packages that use IBatchID Package Description org.apache.storm.trident.spout org.apache.storm.trident.topology -
-
Uses of IBatchID in org.apache.storm.trident.spout
Classes in org.apache.storm.trident.spout that implement IBatchID Modifier and Type Class Description class
RichSpoutBatchId
-
Uses of IBatchID in org.apache.storm.trident.topology
Classes in org.apache.storm.trident.topology that implement IBatchID Modifier and Type Class Description class
TransactionAttempt
Fields in org.apache.storm.trident.topology declared as IBatchID Modifier and Type Field Description IBatchID
BatchInfo. batchId
Constructors in org.apache.storm.trident.topology with parameters of type IBatchID Constructor Description BatchInfo(String batchGroup, IBatchID batchId, Object state)
-