رابط استاتیک عمومی 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. |
| انتزاعی طولانی | getPort () The port for the dispatcher to bind to. |
| رشته انتزاعی | دریافت پروتکل () 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. |
روش های عمومی
انتزاع عمومی boolean 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; دریافت پورت طولانی انتزاعی عمومی ()
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;