Uses of Class
storm.trident.topology.BatchInfo

Packages that use BatchInfo
storm.trident.planner   
storm.trident.spout   
storm.trident.topology   
 

Uses of BatchInfo in storm.trident.planner
 

Methods in storm.trident.planner with parameters of type BatchInfo
 void SubtopologyBolt.execute(BatchInfo batchInfo, Tuple tuple)
           
 void SubtopologyBolt.finishBatch(BatchInfo batchInfo)
           
 

Uses of BatchInfo in storm.trident.spout
 

Methods in storm.trident.spout with parameters of type BatchInfo
 void TridentSpoutExecutor.execute(BatchInfo info, Tuple input)
           
 void TridentSpoutExecutor.finishBatch(BatchInfo batchInfo)
           
 

Uses of BatchInfo in storm.trident.topology
 

Methods in storm.trident.topology with parameters of type BatchInfo
 void ITridentBatchBolt.execute(BatchInfo batchInfo, Tuple tuple)
           
 void ITridentBatchBolt.finishBatch(BatchInfo batchInfo)
           
 

Constructors in storm.trident.topology with parameters of type BatchInfo
TridentBoltExecutor.TrackedBatch(BatchInfo info, TridentBoltExecutor.CoordCondition condition, int attemptId)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.