Package org.apache.storm.starter.streams
Class TypedTupleExample
- java.lang.Object
-
- org.apache.storm.starter.streams.TypedTupleExample
-
public class TypedTupleExample extends Object
An example that illustrates the usage of typed tuples (TupleN<..>) andTupleValueMappers
.
-
-
Constructor Summary
Constructors Constructor Description TypedTupleExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The spout emits sequences of (Integer, Long, Long).
-