ServiceConfig.DispatcherConfig.Builder

کلاس نهایی استاتیک عمومی ServiceConfig.DispatcherConfig.Builder

 Configuration for a tf.data service DispatchServer.
 
نوع Protobuf tensorflow.data.experimental.DispatcherConfig

روش های عمومی

ServiceConfig.DispatcherConfig.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
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 (فیلد 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
شفاف پروتکل ()
 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
نهایی static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
بولی
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.
بولی نهایی
ServiceConfig.DispatcherConfig.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig.Builder
mergeFrom (com.google.protobuf.Message other)
ServiceConfig.DispatcherConfig.Builder نهایی
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
ServiceConfig.DispatcherConfig.Builder
setFaultTolerantMode (مقدار بولی)
 Whether to run in fault tolerant mode, where dispatcher state is saved
 across restarts.
ServiceConfig.DispatcherConfig.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
ServiceConfig.DispatcherConfig.Builder
setJobGcCheckIntervalMs (مقدار طولانی)
 How often the dispatcher should scan through to delete old and unused jobs.
ServiceConfig.DispatcherConfig.Builder
setJobGcTimeoutMs (مقدار طولانی)
 How long a job needs to be unused before it becomes a candidate for garbage
 collection.
ServiceConfig.DispatcherConfig.Builder
setPort (مقدار طولانی)
 The port for the dispatcher to bind to.
ServiceConfig.DispatcherConfig.Builder
setProtocol (مقدار رشته)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setProtocolBytes (مقدار com.google.protobuf.ByteString)
 The protocol for the dispatcher to use when connecting to workers.
ServiceConfig.DispatcherConfig.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
ServiceConfig.DispatcherConfig.Builder نهایی
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
ServiceConfig.DispatcherConfig.Builder
setWorkDir (مقدار رشته)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
setWorkDirBytes (مقدار com.google.protobuf.ByteString)
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.

روش های ارثی

روش های عمومی

public ServiceConfig.DispatcherConfig.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)

ساخت عمومی ServiceConfig.DispatcherConfig ()

Public ServiceConfig.DispatcherConfig buildPartial ()

عمومی 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 (فیلد com.google.protobuf.Descriptors.FieldDescriptor)

عمومی ServiceConfig.DispatcherConfig.Builder clearJobGcCheckIntervalMs ()

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

عمومی 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;

عمومی ServiceConfig.DispatcherConfig.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

عمومی 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;

عمومی ServiceConfig.DispatcherConfig.Builder clearProtocol ()

پروتکل رشته

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

عمومی 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;

عمومی ServiceConfig.DispatcherConfig getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

بولین عمومی 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 ()

string protocol = 2;

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

عمومی com.google.protobuf.ByteString getProtocolBytes ()

string protocol = 2;

 The protocol for the dispatcher to use when connecting to workers.
 
= 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;

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

بولین نهایی عمومی isInitialized ()

عمومی ServiceConfig.DispatcherConfig.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی ServiceConfig.DispatcherConfig.Builder mergeFrom (com.google.protobuf.Message other)

عمومی نهایی ServiceConfig.DispatcherConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی ServiceConfig.DispatcherConfig.Builder setFaultTolerantMode (مقدار بولی)

 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 (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

public ServiceConfig.DispatcherConfig.Builder setJobGcCheckIntervalMs (مقدار طولانی)

 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 (مقدار طولانی)

 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 (مقدار طولانی)

پورت

 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;

عمومی ServiceConfig.DispatcherConfig.Builder setProtocol (مقدار رشته)

string protocol = 2;

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

public ServiceConfig.DispatcherConfig.Builder setProtocolBytes (مقدار com.google.protobuf.ByteString)

string protocol = 2;

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

public ServiceConfig.DispatcherConfig.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)

عمومی نهایی ServiceConfig.DispatcherConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی ServiceConfig.DispatcherConfig.Builder setWorkDir (مقدار رشته)

 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 (مقدار 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;