Class FlinkOperator


  • public class FlinkOperator
    extends java.lang.Object
    Main Class for Flink native k8s operator.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlinkOperator​(org.apache.flink.configuration.Configuration conf)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)  
      void run()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • FlinkOperator

        public FlinkOperator​(@Nullable
                             org.apache.flink.configuration.Configuration conf)
    • Method Detail

      • run

        public void run()
      • stop

        public void stop()
      • main

        public static void main​(java.lang.String... args)