পাবলিক ইন্টারফেস JobDefOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | টাস্ক (int কী) ধারণ করে Mapping from task ID to "hostname:port" string. |
বিমূর্ত স্ট্রিং | getName () The name of this job. |
বিমূর্ত com.google.protobuf.ByteString | getNameBytes () The name of this job. |
বিমূর্ত মানচিত্র<পূর্ণসংখ্যা, স্ট্রিং> | GetTasks () পরিবর্তে getTasksMap() ব্যবহার করুন। |
বিমূর্ত int | GetTasksCount () Mapping from task ID to "hostname:port" string. |
বিমূর্ত মানচিত্র<পূর্ণসংখ্যা, স্ট্রিং> | getTasksMap () Mapping from task ID to "hostname:port" string. |
বিমূর্ত স্ট্রিং | getTasksOrDefault (int কী, স্ট্রিং ডিফল্ট মান) 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;
পাবলিক বিমূর্ত 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;
সর্বজনীন বিমূর্ত মানচিত্র<Integer, String> 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 কী, স্ট্রিং ডিফল্ট মান)
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;