类 ClusterHealthObserver


  • public class ClusterHealthObserver
    extends java.lang.Object
    An observer to observe the cluster health.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void observe​(FlinkResourceContext<org.apache.flink.kubernetes.operator.api.FlinkDeployment> ctx)
      Observe the health of the flink cluster.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ClusterHealthObserver

        public ClusterHealthObserver()
    • 方法详细资料

      • observe

        public void observe​(FlinkResourceContext<org.apache.flink.kubernetes.operator.api.FlinkDeployment> ctx)
        Observe the health of the flink cluster.
        参数:
        ctx - Resource context.