接口 Observer<CR extends org.apache.flink.kubernetes.operator.api.AbstractFlinkResource<?,?>>
-
- 所有已知实现类:
AbstractFlinkDeploymentObserver,AbstractFlinkResourceObserver,ApplicationObserver,FlinkSessionJobObserver,SessionObserver
public interface Observer<CR extends org.apache.flink.kubernetes.operator.api.AbstractFlinkResource<?,?>>The Observer of custom resource.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidobserve(FlinkResourceContext<CR> ctx)Observe the flinkApp status, It will reflect the changed status on the flinkApp resource.
-
-
-
方法详细资料
-
observe
void observe(FlinkResourceContext<CR> ctx)
Observe the flinkApp status, It will reflect the changed status on the flinkApp resource.- 参数:
ctx- the context with which the operation is executed
-
-