ServiceConfig.DispatcherConfig.Builder

classe final estática pública ServiceConfig.DispatcherConfig.Builder

 Configuration for a tf.data service DispatchServer.
 
Protobuf tipo tensorflow.data.experimental.DispatcherConfig

Métodos Públicos

ServiceConfig.DispatcherConfig.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
ServiceConfig.DispatcherConfig
ServiceConfig.DispatcherConfig
ServiceConfig.DispatcherConfig.Builder
claro ()
ServiceConfig.DispatcherConfig.Builder
clearFaultTolerantMode ()
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
ServiceConfig.DispatcherConfig.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ServiceConfig.DispatcherConfig.Builder
clearJobGcCheckIntervalMs ()
 How often the dispatcher should scan through to delete old and unused jobs.
ServiceConfig.DispatcherConfig.Builder
clearJobGcTimeoutMs ()
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
ServiceConfig.DispatcherConfig.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
ServiceConfig.DispatcherConfig.Builder
limparPort ()
 The port for the dispatcher to bind to.
ServiceConfig.DispatcherConfig.Builder
limparProtocolo ()
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
limparWorkDir ()
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
clonar ()
ServiceConfig.DispatcherConfig
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
boleano
getFaultTolerantMode ()
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
longo
getJobGcCheckIntervalMs ()
 How often the dispatcher should scan through to delete old and unused jobs.
longo
getJobGcTimeoutMs ()
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
longo
getPort ()
 The port for the dispatcher to bind to.
Corda
getProtocolo ()
 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.
Corda
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.
booleano final
ServiceConfig.DispatcherConfig.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig.Builder
mergeFrom (com.google.protobuf.Message outro)
final ServiceConfig.DispatcherConfig.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
ServiceConfig.DispatcherConfig.Builder
setFaultTolerantMode (valor booleano)
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
ServiceConfig.DispatcherConfig.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
ServiceConfig.DispatcherConfig.Builder
setJobGcCheckIntervalMs (valor longo)
 How often the dispatcher should scan through to delete old and unused jobs.
ServiceConfig.DispatcherConfig.Builder
setJobGcTimeoutMs (valor longo)
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
ServiceConfig.DispatcherConfig.Builder
setPort (valor longo)
 The port for the dispatcher to bind to.
ServiceConfig.DispatcherConfig.Builder
setProtocol (valor da string)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setProtocolBytes (valor com.google.protobuf.ByteString)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final ServiceConfig.DispatcherConfig.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
ServiceConfig.DispatcherConfig.Builder
setWorkDir (valor da string)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
setWorkDirBytes (valor com.google.protobuf.ByteString)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.

Métodos herdados

Métodos Públicos

public ServiceConfig.DispatcherConfig.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação pública ServiceConfig.DispatcherConfig ()

public ServiceConfig.DispatcherConfig buildPartial ()

public ServiceConfig.DispatcherConfig.Builder clearFaultTolerantMode ()

 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 ServiceConfig.DispatcherConfig.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public ServiceConfig.DispatcherConfig.Builder clearJobGcCheckIntervalMs ()

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

public ServiceConfig.DispatcherConfig.Builder clearJobGcTimeoutMs ()

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

public ServiceConfig.DispatcherConfig.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public ServiceConfig.DispatcherConfig.Builder clearPort ()

 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;

public ServiceConfig.DispatcherConfig.Builder clearProtocol ()

protocolo de string

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

public ServiceConfig.DispatcherConfig.Builder clearWorkDir ()

 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;

public ServiceConfig.DispatcherConfig getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

getFaultTolerantMode booleano 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;

público longo getJobGcCheckIntervalMs ()

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

público longo getJobGcTimeoutMs ()

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

getPort longo público ()

 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;

String pública getProtocol ()

protocolo de string

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

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

protocolo de string

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

String 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;

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;

público final booleano isInitialized ()

public ServiceConfig.DispatcherConfig.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public ServiceConfig.DispatcherConfig.Builder mergeFrom (com.google.protobuf.Message outro)

público final ServiceConfig.DispatcherConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

public ServiceConfig.DispatcherConfig.Builder setFaultTolerantMode (valor booleano)

 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 ServiceConfig.DispatcherConfig.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public ServiceConfig.DispatcherConfig.Builder setJobGcCheckIntervalMs (valor longo)

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

public ServiceConfig.DispatcherConfig.Builder setJobGcTimeoutMs (valor longo)

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

public ServiceConfig.DispatcherConfig.Builder setPort (valor longo)

 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;

public ServiceConfig.DispatcherConfig.Builder setProtocol (valor da string)

protocolo de string

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

public ServiceConfig.DispatcherConfig.Builder setProtocolBytes (valor com.google.protobuf.ByteString)

protocolo de string

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

public ServiceConfig.DispatcherConfig.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

público final ServiceConfig.DispatcherConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

public ServiceConfig.DispatcherConfig.Builder setWorkDir (valor da string)

 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;

public ServiceConfig.DispatcherConfig.Builder setWorkDirBytes (valor com.google.protobuf.ByteString)

 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;