الواجهة العامة الثابتة 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. |
| مجردة طويلة | getJobGcTimeoutMs () How long a job needs to be unused before it becomes a candidate for garbage collection. |
| مجردة طويلة | الحصول على المنفذ () The port for the dispatcher to bind to. |
| سلسلة مجردة | بروتوكول الحصول على () The protocol for the dispatcher to use when connecting to workers. |
| مجردة com.google.protobuf.ByteString | الحصول على بروتوكول بايت () The protocol for the dispatcher to use when connecting to workers. |
| سلسلة مجردة | الحصول على العمل () A work directory to use for storing dispatcher state, and for recovering during restarts. |
| مجردة com.google.protobuf.ByteString | الحصول على WorkDirBytes () 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;