storm.trident.topology
Class TridentBoltExecutor.TrackedBatch

java.lang.Object
  extended by storm.trident.topology.TridentBoltExecutor.TrackedBatch
Enclosing class:
TridentBoltExecutor

public static class TridentBoltExecutor.TrackedBatch
extends java.lang.Object


Constructor Summary
TridentBoltExecutor.TrackedBatch(BatchInfo info, TridentBoltExecutor.CoordCondition condition)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TridentBoltExecutor.TrackedBatch

public TridentBoltExecutor.TrackedBatch(BatchInfo info,
                                        TridentBoltExecutor.CoordCondition condition)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object