ServiceConfig.DispatcherConfig.Builder

lớp cuối cùng tĩnh công khai ServiceConfig.DispatcherConfig.Builder

 Configuration for a tf.data service DispatchServer.
 
Loại protobuf tensorflow.data.experimental.DispatcherConfig

Phương pháp công cộng

ServiceConfig.DispatcherConfig.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
ServiceConfig.DispatcherConfig
ServiceConfig.DispatcherConfig
ServiceConfig.DispatcherConfig.Builder
ServiceConfig.DispatcherConfig.Builder
clearFaultTolerantMode ()
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
ServiceConfig.DispatcherConfig.Builder
ClearField (trường 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 oneof)
ServiceConfig.DispatcherConfig.Builder
ClearPort ()
 The port for the dispatcher to bind to.
ServiceConfig.DispatcherConfig.Builder
giao thức rõ ràng ()
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
ClearWorkDir ()
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
ServiceConfig.DispatcherConfig
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
boolean
getFaultTolerantMode ()
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
dài
getJobGcCheckIntervalMs ()
 How often the dispatcher should scan through to delete old and unused jobs.
dài
getJobGcTimeoutMs ()
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
dài
getPort ()
 The port for the dispatcher to bind to.
Sợi dây
getProtocol ()
 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.
Sợi dây
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 cuối cùng
ServiceConfig.DispatcherConfig.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ServiceConfig.DispatcherConfig.Builder
mergeFrom (com.google.protobuf.Message other)
cuối cùng ServiceConfig.DispatcherConfig.Builder
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
ServiceConfig.DispatcherConfig.Builder
setFaultTolerantMode (giá trị boolean)
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
ServiceConfig.DispatcherConfig.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
ServiceConfig.DispatcherConfig.Builder
setJobGcCheckIntervalMs (giá trị dài)
 How often the dispatcher should scan through to delete old and unused jobs.
ServiceConfig.DispatcherConfig.Builder
setJobGcTimeoutMs (giá trị dài)
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
ServiceConfig.DispatcherConfig.Builder
setPort (giá trị dài)
 The port for the dispatcher to bind to.
ServiceConfig.DispatcherConfig.Builder
setProtocol (Giá trị chuỗi)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setProtocolBytes (giá trị com.google.protobuf.ByteString)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
cuối cùng ServiceConfig.DispatcherConfig.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
ServiceConfig.DispatcherConfig.Builder
setWorkDir (Giá trị chuỗi)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
setWorkDirBytes (giá trị com.google.protobuf.ByteString)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.

Phương pháp kế thừa

Phương pháp công cộng

public ServiceConfig.DispatcherConfig.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, giá trị đối tượng)

bản dựng ServiceConfig.DispatcherConfig công khai ()

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 (trường 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 ()

 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 ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

boolean công khai 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;

công khai getJobGcCheckIntervalMs ()

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

công khai getJobGcTimeoutMs ()

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

getPort dài công khai ()

 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;

Chuỗi công khai getProtocol ()

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

com.google.protobuf.ByteString getProtocolBytes công khai ()

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

Chuỗi công khai 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 công khai ()

 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;

boolean cuối cùng công khai được khởi tạo ()

public ServiceConfig.DispatcherConfig.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

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

cuối cùng công khai ServiceConfig.DispatcherConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public ServiceConfig.DispatcherConfig.Builder setFaultTolerantMode (giá trị boolean)

 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 (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

public ServiceConfig.DispatcherConfig.Builder setJobGcCheckIntervalMs (giá trị dài)

 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 (giá trị dài)

 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 (giá trị dài)

 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 (Giá trị chuỗi)

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

public ServiceConfig.DispatcherConfig.Builder setProtocolBytes (giá trị com.google.protobuf.ByteString)

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

public ServiceConfig.DispatcherConfig.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

cuối cùng công khai ServiceConfig.DispatcherConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public ServiceConfig.DispatcherConfig.Builder setWorkDir (Giá trị chuỗi)

 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 (giá trị 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;