XEventMetadata

XEventMetadata คลาสสุดท้ายสาธารณะ

 Metadata for an XEvent, corresponds to an event type and is shared by
 all XEvents with the same metadata_id.
 Next ID: 6
 
Protobuf ประเภท tensorflow.profiler.XEventMetadata

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

ระดับ XEventMetadata.Builder
 Metadata for an XEvent, corresponds to an event type and is shared by
 all XEvents with the same metadata_id. 

ค่าคงที่

ภายใน DISPLAY_NAME_FIELD_NUMBER
ภายใน ID_FIELD_NUMBER
ภายใน METADATA_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน STATS_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
XEventMetadata แบบคงที่
XEventMetadata
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
สตริง
getDisplayName ()
 Name of the event shown in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
ยาว
รับรหัส ()
 XPlane.event_metadata map key.
com.google.protobuf.ByteString
รับข้อมูลเมตา ()
 Additional metadata in serialized format.
สตริง
รับชื่อ ()
 Name of the event.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
ภายใน
XStat
getStats (ดัชนี int)
 XStats that are constant for all XEvents with the same metadata_id.
ภายใน
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
รายการ <XStat>
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
XStatOrBuilder
getStatsOrBuilder (ดัชนี int)
 XStats that are constant for all XEvents with the same metadata_id.
รายการ<? ขยาย XStatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
XEventMetadata.Builder แบบคงที่
newBuilder (ต้นแบบ XEventMetadata )
XEventMetadata.Builder แบบคงที่
XEventMetadata.Builder
XEventMetadata แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
XEventMetadata แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
XEventMetadata แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
XEventMetadata แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
XEventMetadata แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEventMetadata แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
XEventMetadata.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ int DISPLAY_NAME_FIELD_NUMBER

ค่าคงที่: 4

int สุดท้ายคงที่สาธารณะ ID_FIELD_NUMBER

ค่าคงที่: 1

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

ค่าคงที่: 3

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 2

สถานะคงที่สาธารณะขั้นสุดท้าย int STATS_FIELD_NUMBER

ค่าคงที่: 5

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

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

XEventMetadata สาธารณะคงที่ getDefaultInstance ()

XEventMetadata สาธารณะ getDefaultInstanceForType ()

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

สตริงสาธารณะ getDisplayName ()

สตริง

 Name of the event shown in trace viewer.
 
string display_name = 4;

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

สตริง

 Name of the event shown in trace viewer.
 
string display_name = 4;

getId แบบยาวสาธารณะ ()

 XPlane.event_metadata map key.
 
int64 id = 1;

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

ข้อมูลเมตา

 Additional metadata in serialized format.
 
bytes metadata = 3;

สตริงสาธารณะ getName ()

string name = 2;

 Name of the event.
 
= 2;

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

string name = 2;

 Name of the event.
 
= 2;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

XSat getStats สาธารณะ (ดัชนี int)

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

สาธารณะ int getStatsCount ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

รายการสาธารณะ< XStat > getStatsList ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

XStOrBuilder สาธารณะ getStatsOrBuilder (ดัชนี int)

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

รายการสาธารณะ<? ขยาย XStatOrBuilder > getStatsOrBuilderList ()

 XStats that are constant for all XEvents with the same metadata_id.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 5;

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

สาธารณะ int hashCode ()

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

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

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

XEventMetadata.Builder สาธารณะ newBuilderForType ()

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

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

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

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

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

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

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

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

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

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

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

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

สาธารณะ XEventMetadata parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

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

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

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

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

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

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

XEventMetadata.Builder สาธารณะ ถึง Builder ()

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

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