Class ThroughputVsLatency

java.lang.Object
org.apache.storm.loadgen.ThroughputVsLatency

public class ThroughputVsLatency extends Object
WordCount but the spout goes at a predefined rate and we collect proper latency statistics.
  • Constructor Details

    • ThroughputVsLatency

      public ThroughputVsLatency()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      The main entry point for ThroughputVsLatency.
      Parameters:
      args - the command line args
      Throws:
      Exception - on any error.