Class TridentMapExample

java.lang.Object
org.apache.storm.starter.trident.TridentMapExample

public class TridentMapExample extends Object
A simple example that demonstrates the usage of Stream.map(MapFunction) and Stream.flatMap(FlatMapFunction) functions.
  • Constructor Details

    • TridentMapExample

      public TridentMapExample()
  • Method Details