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.
বিমূর্ত স্ট্রিং
getProtocol ()
 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;

পাবলিক বিমূর্ত দীর্ঘ 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;