storm.trident.operation.impl
Class ChainedResult

java.lang.Object
  extended by storm.trident.operation.impl.ChainedResult

public class ChainedResult
extends java.lang.Object


Constructor Summary
ChainedResult(TridentCollector collector, int size)
           
 
Method Summary
 void setFollowThroughCollector(TridentCollector collector)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainedResult

public ChainedResult(TridentCollector collector,
                     int size)
Method Detail

setFollowThroughCollector

public void setFollowThroughCollector(TridentCollector collector)

toString

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