Package org.apache.storm.starter.streams
Class TypedTupleExample
java.lang.Object
org.apache.storm.starter.streams.TypedTupleExample
An example that illustrates the usage of typed tuples (TupleN<..>) and 
TupleValueMappers.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TypedTupleExamplepublic TypedTupleExample()
 
- 
- 
Method Details- 
mainThe spout emits sequences of (Integer, Long, Long). TupleValueMapper can be used to extract fields from the values and produce a stream of typed tuple (Tuple3<Integer, Long, Long> in this case.- Throws:
- Exception
 
 
-