storm.trident.topology
Class TridentBoltExecutor.CoordCondition

java.lang.Object
  extended by storm.trident.topology.TridentBoltExecutor.CoordCondition
All Implemented Interfaces:
Serializable
Enclosing class:
TridentBoltExecutor

public static class TridentBoltExecutor.CoordCondition
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 GlobalStreamId commitStream
           
 int expectedTaskReports
           
 
Constructor Summary
TridentBoltExecutor.CoordCondition()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commitStream

public GlobalStreamId commitStream

expectedTaskReports

public int expectedTaskReports
Constructor Detail

TridentBoltExecutor.CoordCondition

public TridentBoltExecutor.CoordCondition()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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