MCPcopy
hub / github.com/uber/aresdb / JobListKey

Function JobListKey

utils/key.go:50–52  ·  view source on GitHub ↗

JobListKey builds key for job list

(namespace string)

Source from the content-addressed store, hash-verified

48
49// JobListKey builds key for job list
50func JobListKey(namespace string) string {
51 return path.Join(NamespaceKey(namespace), "job_config")
52}
53
54// JobAssignmentsListKey builds key for job assignments
55func JobAssignmentsListKey(namespace string) string {

Callers 10

GetJobsMethod · 0.92
DeleteJobMethod · 0.92
UpdateJobMethod · 0.92
AddJobMethod · 0.92
GetHashMethod · 0.92
CreateNamespaceMethod · 0.92
TestJobMutatorFunction · 0.92
TestNamespaceMutatorFunction · 0.92
JobKeyFunction · 0.85

Calls 2

NamespaceKeyFunction · 0.85
JoinMethod · 0.65

Tested by 3

TestJobMutatorFunction · 0.74
TestNamespaceMutatorFunction · 0.74