Interface JobGraphStoreUtil
-
- All Known Implementing Classes:
KubernetesJobGraphStoreUtil
,ZooKeeperJobGraphStoreUtil
public interface JobGraphStoreUtil
JobGraphStore utility interfaces. For example, convert a name(e.g. ZooKeeper path, key name in Kubernetes ConfigMap) toJobID
, or vice versa.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
jobIDToName(JobID jobId)
Get the name in external storage from job id.JobID
nameToJobID(String name)
Get the job id from name.
-