ServiceConfig.DispatcherConfigOrBuilder

interfaz estática pública ServiceConfig.DispatcherConfigOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
getFaultTolerantMode ()
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
abstracto largo
getJobGcCheckIntervalMs ()
 How often the dispatcher should scan through to delete old and unused jobs.
abstracto largo
getJobGcTimeoutMs ()
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
abstracto largo
getPort ()
 The port for the dispatcher to bind to.
cadena abstracta
getProtocol ()
 The protocol for the dispatcher to use when connecting to workers.
resumen com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol for the dispatcher to use when connecting to workers.
cadena abstracta
getWorkDir ()
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
resumen com.google.protobuf.ByteString
getWorkDirBytes ()
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.

Métodos públicos

getFaultTolerantMode () booleano abstracto público

 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;

public abstract long getJobGcCheckIntervalMs ()

 How often the dispatcher should scan through to delete old and unused jobs.
 
int64 job_gc_check_interval_ms = 5;

public abstract long getJobGcTimeoutMs ()

 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
 
int64 job_gc_timeout_ms = 6;

public abstract long 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 de cadena abstracta pública ()

 The protocol for the dispatcher to use when connecting to workers.
 
string protocol = 2;

resumen público com.google.protobuf.ByteString getProtocolBytes ()

 The protocol for the dispatcher to use when connecting to workers.
 
string protocol = 2;

cadena abstracta pública 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;

resumen público 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;