interfaccia pubblica JobDefOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
booleano astratto | contieneTasks (tasto int) Mapping from task ID to "hostname:port" string. |
stringa astratta | getNome () The name of this job. |
astratto com.google.protobuf.ByteString | getNomeBytes () The name of this job. |
Mappa astratta<Intero, Stringa> | getTasks () Utilizzare invece getTasksMap() . |
astratto int | getTasksCount () Mapping from task ID to "hostname:port" string. |
Mappa astratta<Intero, Stringa> | getTasksMap () Mapping from task ID to "hostname:port" string. |
stringa astratta | getTasksOrDefault (chiave int, String defaultValue) Mapping from task ID to "hostname:port" string. |
stringa astratta | getTasksOrThrow (tasto int) Mapping from task ID to "hostname:port" string. |
Metodi pubblici
booleano astratto pubblico contieneTasks (chiave 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;
stringa astratta pubblica getName ()
The name of this job.
string name = 1;
estratto pubblico com.google.protobuf.ByteString getNameBytes ()
The name of this job.
string name = 1;
public abstract 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;
public abstract Map<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;
public abstract String getTasksOrDefault (chiave int, String 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;
public abstract String getTasksOrThrow (chiave 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;