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. |
| สตริงที่เป็นนามธรรม | 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;