ServiceConfig.WorkerConfigOrBuilder

رابط استاتیک عمومی ServiceConfig.WorkerConfigOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

رشته انتزاعی
getDispatcherAddress ()
 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.
رشته انتزاعی
دریافت پروتکل ()
 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.
رشته انتزاعی
getWorkerAddress ()
 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;

دریافت پورت طولانی انتزاعی عمومی ()

پورت

 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;