JobDefOrBuilder

सार्वजनिक इंटरफ़ेस जॉबडेफ़ऑरबिल्डर
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त बूलियन
सम्‍मिलित कार्य (int कुंजी)
 Mapping from task ID to "hostname:port" string.
सार स्ट्रिंग
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 The name of this job.
सार मानचित्र<पूर्णांक, स्ट्रिंग>
कार्य प्राप्त करें ()
इसके बजाय getTasksMap() उपयोग करें।
सार इंट
कार्यगणना प्राप्त करें ()
 Mapping from task ID to "hostname:port" string.
सार मानचित्र<पूर्णांक, स्ट्रिंग>
कार्य मानचित्र प्राप्त करें ()
 Mapping from task ID to "hostname:port" string.
सार स्ट्रिंग
getTasksOrDefault (int कुंजी, स्ट्रिंग defaultValue)
 Mapping from task ID to "hostname:port" string.
सार स्ट्रिंग
getTasksOrThrow (int कुंजी)
 Mapping from task ID to "hostname:port" string.

सार्वजनिक तरीके

सार्वजनिक सार बूलियन में कार्य शामिल हैं (int कुंजी)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

सार्वजनिक सार स्ट्रिंग getName ()

 The name of this job.
 
string name = 1;

सार्वजनिक सार com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

सार्वजनिक सार मानचित्र<पूर्णांक, स्ट्रिंग> getTasks ()

इसके बजाय getTasksMap() उपयोग करें।

सार्वजनिक सार int getTasksCount ()

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

सार्वजनिक सार मानचित्र<पूर्णांक, स्ट्रिंग> getTasksMap ()

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

सार्वजनिक सार स्ट्रिंग getTasksOrDefault (int कुंजी, स्ट्रिंग defaultValue)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

सार्वजनिक सार स्ट्रिंग getTasksOrThrow (int कुंजी)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;