Class ChainedResult
- java.lang.Object
-
- org.apache.storm.trident.operation.impl.ChainedResult
-
public class ChainedResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ChainedResult(TridentCollector collector, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFollowThroughCollector(TridentCollector collector)
String
toString()
-
-
-
Constructor Detail
-
ChainedResult
public ChainedResult(TridentCollector collector, int size)
-
-
Method Detail
-
setFollowThroughCollector
public void setFollowThroughCollector(TridentCollector collector)
-
-