ServiceConfig.DispatcherConfig

ServiceConfig.DispatcherConfig คลาสสุดท้ายแบบคงที่สาธารณะ

 Configuration for a tf.data service DispatchServer.
 
Protobuf ประเภท tensorflow.data.experimental.DispatcherConfig

คลาสที่ซ้อนกัน

ระดับ ServiceConfig.DispatcherConfig.Builder
 Configuration for a tf.data service DispatchServer. 

ค่าคงที่

ภายใน FAULT_TOLERANT_MODE_FIELD_NUMBER
ภายใน JOB_GC_CHECK_INTERVAL_MS_FIELD_NUMBER
ภายใน JOB_GC_TIMEOUT_MS_FIELD_NUMBER
ภายใน PORT_FIELD_NUMBER
ภายใน PROTOCOL_FIELD_NUMBER
ภายใน WORK_DIR_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
ServiceConfig.DispatcherConfig แบบคงที่
ServiceConfig.DispatcherConfig
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.
ยาว
รับพอร์ต ()
 The port for the dispatcher to bind to.
สตริง
รับโปรโตคอล ()
 The protocol for the dispatcher to use when connecting to workers.
com.google.protobuf.ByteString
รับโปรโตคอลไบต์ ()
 The protocol for the dispatcher to use when connecting to workers.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
สตริง
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 แบบคงที่
ServiceConfig.DispatcherConfig.Builder แบบคงที่
ServiceConfig.DispatcherConfig.Builder
ServiceConfig.DispatcherConfig แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
ServiceConfig.DispatcherConfig แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.DispatcherConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
ServiceConfig.DispatcherConfig.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงสุดท้าย int FAULT_TOLERANT_MODE_FIELD_NUMBER

ค่าคงที่: 4

สาธารณะคงสุดท้าย int JOB_GC_CHECK_INTERVAL_MS_FIELD_NUMBER

ค่าคงที่: 5

สาธารณะคงสุดท้าย int JOB_GC_TIMEOUT_MS_FIELD_NUMBER

ค่าคงที่: 6

ปลายทางคงที่สาธารณะ int PORT_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int PROTOCOL_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int WORK_DIR_FIELD_NUMBER

ค่าคงที่: 3

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

ServiceConfig.DispatcherConfig getDefaultInstance สาธารณะแบบคงที่ ()

ServiceConfig.DispatcherConfig สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

บูลีนสาธารณะ 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;

สาธารณะ getParserForType ()

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

โปรโตคอลสตริง

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

สาธารณะ com.google.protobuf.ByteString getProtocolBytes ()

โปรโตคอลสตริง

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

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สตริงสาธารณะ 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 ()

สตริง

 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

ServiceConfig.DispatcherConfig.Builder newBuilder สาธารณะ แบบคงที่ (ต้นแบบ ServiceConfig.DispatcherConfig )

ServiceConfig.DispatcherConfig.Builder สาธารณะแบบคงที่สาธารณะ newBuilder ()

ServiceConfig.DispatcherConfig.Builder สาธารณะ newBuilderForType ()

ServiceConfig.DispatcherConfig แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

ServiceConfig.DispatcherConfig parseDelimitedFrom สาธารณะแบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ServiceConfig.DispatcherConfig แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.DispatcherConfig parseFrom สาธารณะแบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ServiceConfig.DispatcherConfig parseFrom สาธารณะแบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.DispatcherConfig แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

ServiceConfig.DispatcherConfig แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.DispatcherConfig parseFrom สาธารณะ แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.DispatcherConfig parseFrom สาธารณะแบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ServiceConfig.DispatcherConfig parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

ServiceConfig.DispatcherConfig.Builder toBuilder สาธารณะ ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น