ServiceConfig.WorkerConfigOrBuilder

공개 정적 인터페이스 ServiceConfig.WorkerConfigOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getDispatcher주소 ()
 The address of the dispatcher to register with.
추상 com.google.protobuf.ByteString
getDispatcherAddressBytes ()
 The address of the dispatcher to register with.
추상적인 긴
getDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
추상적인 긴
getHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
추상적인 긴
getPort ()
 The port for the worker to bind to.
추상 문자열
get프로토콜 ()
 The protocol for the worker to use when connecting to the dispatcher.
추상 com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol for the worker to use when connecting to the dispatcher.
추상 문자열
getWorker주소 ()
 The address of the worker server.
추상 com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.

공개 방법

공개 추상 문자열 getDispatcherAddress ()

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

공개 추상 com.google.protobuf.ByteString getDispatcherAddressBytes ()

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

공개 추상 긴 getDispatcherTimeoutMs ()

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

공개 추상 긴 getHeartbeatIntervalMs ()

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

공개 추상 긴 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;

공개 추상 문자열 getProtocol ()

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

공개 추상 com.google.protobuf.ByteString getProtocolBytes ()

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

공개 추상 문자열 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;

공개 추상 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;