ServiceConfig.WorkerConfigOrBuilder

publiczny interfejs statyczny ServiceConfig.WorkerConfigOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierzAdres Dyspozytora ()
 The address of the dispatcher to register with.
streszczenie com.google.protobuf.ByteString
getDispatcherAddressBytes ()
 The address of the dispatcher to register with.
abstrakcyjne, długie
getDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
abstrakcyjne, długie
getHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
abstrakcyjne, długie
pobierzPort ()
 The port for the worker to bind to.
abstrakcyjny ciąg
pobierz protokół ()
 The protocol for the worker to use when connecting to the dispatcher.
streszczenie com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol for the worker to use when connecting to the dispatcher.
abstrakcyjny ciąg
getWorkerAddress ()
 The address of the worker server.
streszczenie com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.

Metody publiczne

publiczny ciąg abstrakcyjny getDispatcherAddress ()

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

publiczna abstrakcja com.google.protobuf.ByteString getDispatcherAddressBytes ()

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

publiczne streszczenie długie getDispatcherTimeoutMs ()

 How long to retry requests to the dispatcher before giving up and reporting
 an error.
 
int64 dispatcher_timeout_ms = 6;

publiczne streszczenie długie getHeartbeatIntervalMs ()

 How often the worker should heartbeat to the master.
 
int64 heartbeat_interval_ms = 5;

publiczne streszczenie długie getPort ()

 The port for the worker to bind to. A value of 0 indicates that the
 worker may bind to any available port.
 
int64 port = 1;

publiczna abstrakcja String getProtocol ()

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

publiczne streszczenie com.google.protobuf.ByteString getProtocolBytes ()

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

publiczna abstrakcja String getWorkerAddress ()

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;

publiczna abstrakcja com.google.protobuf.ByteString getWorkerAddressBytes ()

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;