ServiceConfig.DispatcherConfig คลาสสุดท้ายแบบคงที่สาธารณะ
Configuration for a tf.data service DispatchServer.
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 แบบคงที่ | newBuilder (ต้นแบบ ServiceConfig.DispatcherConfig ) |
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 | toBuilder () |
เป็นโมฆะ | 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)
สาธารณะคงที่สุดท้าย 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 สาธารณะ แบบคงที่ สาธารณะ (ต้นแบบ ServiceConfig.DispatcherConfig )
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 ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|