Uses of Interface
org.apache.flink.kubernetes.kubeclient.FlinkKubeClient.WatchCallbackHandler
-
Packages that use FlinkKubeClient.WatchCallbackHandler Package Description org.apache.flink.kubernetes.kubeclient org.apache.flink.kubernetes.kubeclient.resources -
-
Uses of FlinkKubeClient.WatchCallbackHandler in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient with parameters of type FlinkKubeClient.WatchCallbackHandler Modifier and Type Method Description KubernetesSharedWatcher.WatchKubernetesSharedWatcher. watch(String name, FlinkKubeClient.WatchCallbackHandler<T> callbackHandler, Executor executor)Watch the Kubernetes resource with specified name and do theFlinkKubeClient.WatchCallbackHandler.CompletableFuture<KubernetesWatch>Fabric8FlinkKubeClient. watchPodsAndDoCallback(Map<String,String> labels, FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler)CompletableFuture<KubernetesWatch>FlinkKubeClient. watchPodsAndDoCallback(Map<String,String> labels, FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler)Watch the pods selected by labels and do theFlinkKubeClient.WatchCallbackHandler. -
Uses of FlinkKubeClient.WatchCallbackHandler in org.apache.flink.kubernetes.kubeclient.resources
Fields in org.apache.flink.kubernetes.kubeclient.resources declared as FlinkKubeClient.WatchCallbackHandler Modifier and Type Field Description protected FlinkKubeClient.WatchCallbackHandler<K>AbstractKubernetesWatcher. callbackHandlerMethods in org.apache.flink.kubernetes.kubeclient.resources with parameters of type FlinkKubeClient.WatchCallbackHandler Modifier and Type Method Description KubernetesSharedWatcher.WatchKubernetesSharedInformer. watch(String name, FlinkKubeClient.WatchCallbackHandler<R> handler, Executor executor)Constructors in org.apache.flink.kubernetes.kubeclient.resources with parameters of type FlinkKubeClient.WatchCallbackHandler Constructor Description KubernetesPodsWatcher(FlinkKubeClient.WatchCallbackHandler<KubernetesPod> callbackHandler)
-