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 フィールド、オブジェクト値)
ServiceConfig.DispatcherConfig
建てる()
ServiceConfig.DispatcherConfig
ServiceConfig.DispatcherConfig.Builder
クリア()
ServiceConfig.DispatcherConfig.Builder
クリアフォールトトレラントモード()
 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
クリアポート()
 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
クリアワークディレクトリ()
 A work directory to use for storing dispatcher state, and for recovering
 during restarts.
ServiceConfig.DispatcherConfig.Builder
ServiceConfig.DispatcherConfig
最終的な静的 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.
長さ
getポート()
 The port for the dispatcher to bind to.
getプロトコル()
 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.UnknownFieldSet 不明フィールド)
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 フィールド、オブジェクト値)
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 インデックス、オブジェクト値)
最終的な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 フィールド、オブジェクト値)

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

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

public long getJobGcCheckIntervalMs ()

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

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

public String getProtocol ()

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

public com.google.protobuf.ByteString getProtocolBytes ()

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

パブリック String 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 ()

public ServiceConfig.DispatcherConfig.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public Final ServiceConfig.DispatcherConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public 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 フィールド、オブジェクト値)

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;

public ServiceConfig.DispatcherConfig.Builder setProtocol (文字列値)

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

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

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

public ServiceConfig.DispatcherConfig.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final ServiceConfig.DispatcherConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

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