Class ClusterHealthObserver


  • public class ClusterHealthObserver
    extends java.lang.Object
    An observer to observe the cluster health.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void observe​(FlinkDeployment flinkApp, org.apache.flink.configuration.Configuration deployedConfig)
      Observe the health of the flink cluster.
      • Methods inherited from class java.lang.Object

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

      • ClusterHealthObserver

        public ClusterHealthObserver​(FlinkService flinkService)
    • Method Detail

      • observe

        public void observe​(FlinkDeployment flinkApp,
                            org.apache.flink.configuration.Configuration deployedConfig)
        Observe the health of the flink cluster.