Uses of Class
org.apache.flink.kubernetes.KubernetesWorkerNode
-
Packages that use KubernetesWorkerNode Package Description org.apache.flink.kubernetes org.apache.flink.kubernetes.entrypoint -
-
Uses of KubernetesWorkerNode in org.apache.flink.kubernetes
Methods in org.apache.flink.kubernetes that return types with arguments of type KubernetesWorkerNode Modifier and Type Method Description CompletableFuture<KubernetesWorkerNode>KubernetesResourceManagerDriver. requestResource(org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec taskExecutorProcessSpec)Methods in org.apache.flink.kubernetes with parameters of type KubernetesWorkerNode Modifier and Type Method Description voidKubernetesResourceManagerDriver. releaseResource(KubernetesWorkerNode worker) -
Uses of KubernetesWorkerNode in org.apache.flink.kubernetes.entrypoint
Methods in org.apache.flink.kubernetes.entrypoint that return types with arguments of type KubernetesWorkerNode Modifier and Type Method Description protected org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver<KubernetesWorkerNode>KubernetesResourceManagerFactory. createResourceManagerDriver(org.apache.flink.configuration.Configuration configuration, String webInterfaceUrl, String rpcAddress)
-