Class Orchestrator


  • public class Orchestrator
    extends java.lang.Object
    Main class to run the orchestrator that mainly reads tweets from kafka and applies sentiment analysis.
    • Constructor Summary

      Constructors 
      Constructor Description
      Orchestrator()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)
      Main function to run the orchestrator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Orchestrator

        public Orchestrator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         throws java.lang.InterruptedException
        Main function to run the orchestrator.
        Parameters:
        argv - Function argument vector.
        Throws:
        java.lang.InterruptedException - caused trying to get data from Kafka.