পাবলিক স্ট্যাটিক ইন্টারফেস ServiceConfig.DispatcherConfigOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | getFaultTolerantMode () Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. |
বিমূর্ত দীর্ঘ | GetJobGcCheckIntervalMs () How often the dispatcher should scan through to delete old and unused jobs. |
বিমূর্ত দীর্ঘ | JobGcTimeoutMs () পান How long a job needs to be unused before it becomes a candidate for garbage collection. |
বিমূর্ত দীর্ঘ | getPort () The port for the dispatcher to bind to. |
বিমূর্ত স্ট্রিং | getProtocol () The protocol for the dispatcher to use when connecting to workers. |
বিমূর্ত com.google.protobuf.ByteString | getProtocolBytes () The protocol for the dispatcher to use when connecting to workers. |
বিমূর্ত স্ট্রিং | GetWorkDir () A work directory to use for storing dispatcher state, and for recovering during restarts. |
বিমূর্ত com.google.protobuf.ByteString | GetWorkDirBytes () A work directory to use for storing dispatcher state, and for recovering during restarts. |
পাবলিক পদ্ধতি
পাবলিক বিমূর্ত বুলিয়ান getFaultTolerantMode ()
Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. Requires that `work_dir` is nonempty.
bool fault_tolerant_mode = 4;
সর্বজনীন বিমূর্ত দীর্ঘ getJobGcCheckIntervalMs ()
How often the dispatcher should scan through to delete old and unused jobs.
int64 job_gc_check_interval_ms = 5;
পাবলিক বিমূর্ত দীর্ঘ getJobGcTimeoutMs ()
How long a job needs to be unused before it becomes a candidate for garbage collection.
int64 job_gc_timeout_ms = 6;
পাবলিক বিমূর্ত দীর্ঘ getPort ()
The port for the dispatcher to bind to. A value of 0 indicates that the dispatcher may bind to any available port.
int64 port = 1;
সর্বজনীন বিমূর্ত স্ট্রিং getProtocol ()
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getProtocolBytes ()
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
সর্বজনীন বিমূর্ত স্ট্রিং getWorkDir ()
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getWorkDirBytes ()
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;