XEventMetadata

public final class 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 tipo 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

intDISPLAY_NAME_FIELD_NUMBER
int ID_FIELD_NUMBER
int METADATA_FIELD_NUMBER
int NAME_FIELD_NUMBER
int STATS_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static XEventMetadata
XEventMetadata
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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.
Fragmento
getName ()
 Name of the event.
com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
int
XStat
getStats (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
int
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
int
final booleano
static XEventMetadata.Builder
newBuilder (protótipo XEventMetadata )
static XEventMetadata.Builder
XEventMetadata.Builder
static XEventMetadata
parseDelimitedFrom (input InputStream)
static XEventMetadata
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XEventMetadata
parseFrom (dados ByteBuffer)
static XEventMetadata
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XEventMetadata
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XEventMetadata
parseFrom (com.google.protobuf.CodedInputStream input)
static XEventMetadata
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XEventMetadata
parseFrom (com.google.protobuf.ByteString data)
static XEventMetadata
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XEventMetadata
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XEventMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DISPLAY_NAME_FIELD_NUMBER

Valor constante: 4

público estático final int ID_FIELD_NUMBER

Valor Constante: 1

public static final int METADATA_FIELD_NUMBER

Valor Constante: 3

public static final int NAME_FIELD_NUMBER

Valor constante: 2

public static final int STATS_FIELD_NUMBER

Valor constante: 5

Métodos Públicos

public boolean equals (Object obj)

public static XEventMetadata getDefaultInstance ()

public XEventMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDisplayName ()

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

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

public long getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

public com.google.protobuf.ByteString getMetadata ()

Metadados de

 Additional metadata in serialized format.
 
bytes metadata = 3;

public String getName ()

 Name of the event.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

público getParserForType ()

public int getSerializedSize ()

public XStat getStats (í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;

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

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

public XStatOrBuilder getStatsOrBuilder (í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;

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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static XEventMetadata.Builder newBuilder (protótipo XEventMetadata )

public static XEventMetadata.Builder newBuilder ()

public XEventMetadata.Builder newBuilderForType ()

public static XEventMetadata parseDelimitedFrom (InputStream input)

Lança
IOException

public static XEventMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XEventMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static XEventMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XEventMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static XEventMetadata parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static XEventMetadata parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static XEventMetadata parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static XEventMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XEventMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public XEventMetadata.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException