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

الأساليب العامة

منطقية
يساوي (كائن كائن)
ثابت 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
الحصول على WorkDirBytes ()
 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت ServiceConfig.DispatcherConfig
parseFrom (بيانات ByteBuffer)
ثابت ServiceConfig.DispatcherConfig
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت
ServiceConfig.DispatcherConfig.Builder
فارغ
writeTo (إخراج com.google.protobuf.CodedOutputStream)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام FAULT_TOLERANT_MODE_FIELD_NUMBER

القيمة الثابتة: 4

العدد النهائي الثابت العام JOB_GC_CHECK_INTERVAL_MS_FIELD_NUMBER

القيمة الثابتة: 5

العدد النهائي الثابت العام JOB_GC_TIMEOUT_MS_FIELD_NUMBER

القيمة الثابتة: 6

العدد النهائي الثابت العام PORT_FIELD_NUMBER

القيمة الثابتة: 1

النهائي الثابت العام PROTOCOL_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام WORK_DIR_FIELD_NUMBER

القيمة الثابتة: 3

الأساليب العامة

القيمة المنطقية العامة تساوي (Object obj)

ServiceConfig.DispatcherConfig getDefaultInstance () الثابت العام

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

عام الحصول على بارسيرفورتايب ()

منفذ 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 public 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;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

ServiceConfig.DispatcherConfig.Builder newBuilder العام الثابت (النموذج الأولي لـ ServiceConfig.DispatcherConfig )

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig.Builder newBuilder ()

الخدمة العامةConfig.DispatcherConfig.Builder newBuilderForType ()

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ServiceConfig.DispatcherConfig العام الثابت parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (com.google.protobuf.CodedInputStream input)

رميات
IOEException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

التحليل العام الثابت ServiceConfig.DispatcherConfig (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

الخدمة العامة الثابتة ServiceConfig.DispatcherConfig parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

الخدمة العامةConfig.DispatcherConfig.Builder toBuilder ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException