Package org.apache.flink.kubernetes
Class KubernetesWorkerNode
- java.lang.Object
-
- org.apache.flink.kubernetes.KubernetesWorkerNode
-
- All Implemented Interfaces:
ResourceIDRetrievable
public class KubernetesWorkerNode extends Object implements ResourceIDRetrievable
A stored Kubernetes worker, which contains the kubernetes pod.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAttempt()
ResourceID
getResourceID()
Gets the ResourceID of the object.
-
-
-
Method Detail
-
getResourceID
public ResourceID getResourceID()
Description copied from interface:ResourceIDRetrievable
Gets the ResourceID of the object.- Specified by:
getResourceID
in interfaceResourceIDRetrievable
-
getAttempt
public long getAttempt() throws ResourceManagerException
- Throws:
ResourceManagerException
-
-