classe final pública XEventMetadata
Metadata for an XEvent, corresponds to an event type and is shared by all XEvents with the same metadata_id. Next ID: 6
tensorflow.profiler.XEventMetadata Classes aninhadas
| aula | XEventMetadata.Builder | Metadata for an XEvent, corresponds to an event type and is shared by all XEvents with the same metadata_id. | |
Constantes
| interno | DISPLAY_NAME_FIELD_NUMBER | |
| interno | ID_FIELD_NUMBER | |
| interno | METADATA_FIELD_NUMBER | |
| interno | NAME_FIELD_NUMBER | |
| interno | STATS_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| XEventMetadata estático | |
| XEventMetadados | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getDisplayName () Name of the event shown in trace viewer. |
| com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
| longo | getId () XPlane.event_metadata map key. |
| com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
| Corda | getNome () Name of the event. |
| com.google.protobuf.ByteString | getNomeBytes () Name of the event. |
| interno | |
| XStat | getStats (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
| interno | getStatsCount () XStats that are constant for all XEvents with the same metadata_id. |
| Lista< XStat > | getStatsList () XStats that are constant for all XEvents with the same metadata_id. |
| XStatOrBuilder | getStatsOrBuilder (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
| Lista<? estende XStatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| XEventMetadata.Builder estático | newBuilder (protótipo XEventMetadata ) |
| XEventMetadata.Builder estático | |
| XEventMetadata.Builder | |
| XEventMetadata estático | parseDelimitedFrom (entrada InputStream) |
| XEventMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XEventMetadata estático | parseFrom (dados de ByteBuffer) |
| XEventMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XEventMetadata estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XEventMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| XEventMetadata estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XEventMetadata estático | parseFrom (dados com.google.protobuf.ByteString) |
| XEventMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XEventMetadata estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| XEventMetadata.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público DISPLAY_NAME_FIELD_NUMBER
Valor Constante: 4
público estático final int ID_FIELD_NUMBER
Valor Constante: 1
público estático final int METADATA_FIELD_NUMBER
Valor Constante: 3
int final estático público NAME_FIELD_NUMBER
Valor Constante: 2
público estático final int STATS_FIELD_NUMBER
Valor Constante: 5
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4; público com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4; público longo getId ()
XPlane.event_metadata map key.
int64 id = 1; público com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3; String pública getNome ()
Name of the event.
string name = 2; público com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2; público getParserForType ()
público int getSerializedSize ()
público XStat getStats (índice interno)
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; público 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; Lista pública< 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; público XStatOrBuilder getStatsOrBuilder (índice 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; Lista pública<? estende 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; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static XEventMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XEventMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XEventMetadata parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
XEventMetadata estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static XEventMetadata parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
XEventMetadata estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static XEventMetadata parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static XEventMetadata parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|