XEventMetadataOrBuilder

공개 인터페이스 XEventMetadataOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getDisplayName ()
 Name of the event shown in trace viewer.
추상 com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
추상적인 긴
getID ()
 XPlane.event_metadata map key.
추상 com.google.protobuf.ByteString
메타데이터 가져오기 ()
 Additional metadata in serialized format.
추상 문자열
getName ()
 Name of the event.
추상 com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
추상 XStat
getStats (정수 인덱스)
 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 (정수 인덱스)
 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.

공개 방법

공개 추상 문자열 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 ()

 Name of the event.
 
string name = 2;

공개 추상 com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

공개 추상 XStat 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;

공개 추상 XStatOrBuilder 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;