XPlaneOrBuilder

interface pública XPlaneOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsEventMetadata (chave longa)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
booleano abstrato
containsStatMetadata (chave longa)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
mapa abstrato <Long, XEventMetadata >
abstrato int
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
mapa abstrato <Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
XEventMetadata abstrato
getEventMetadataOrDefault (chave longa, XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
XEventMetadata abstrato
getEventMetadataOrThrow (chave longa)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
abstrato longo
getId ()
int64 id = 1;
XLine abstrata
getLines (índice interno)
 Parallel timelines grouped in this plane.
abstrato int
getLinesCount ()
 Parallel timelines grouped in this plane.
Lista abstrata< XLine >
getLinesList ()
 Parallel timelines grouped in this plane.
resumo XLineOrBuilder
getLinesOrBuilder (índice interno)
 Parallel timelines grouped in this plane.
lista abstrata<? estende XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
cadeia abstrata
getNome ()
 Name of this line.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Name of this line.
mapa abstrato<Long, XStatMetadata >
abstrato int
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
mapa abstrato<Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
resumo XStatMetadata
getStatMetadataOrDefault (chave longa, XStatMetadata defaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
resumo XStatMetadata
getStatMetadataOrThrow (chave longa)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStat abstrato
getStats (índice interno)
 XStats associated with this plane, e.g.
abstrato int
getStatsCount ()
 XStats associated with this plane, e.g.
Lista abstrata< XStat >
getStatsList ()
 XStats associated with this plane, e.g.
abstrato XStatOrBuilder
getStatsOrBuilder (índice interno)
 XStats associated with this plane, e.g.
lista abstrata<? estende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

Métodos Públicos

público abstrato booleano contémEventMetadata (chave longa)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

público abstrato booleano contémStatMetadata (chave longa)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

mapa abstrato público <Long, XEventMetadata > getEventMetadata ()

Use getEventMetadataMap() em vez disso.

público abstrato int getEventMetadataCount ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

mapa abstrato público <Long, XEventMetadata > getEventMetadataMap ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

público abstrato XEventMetadata getEventMetadataOrDefault (chave longa, XEventMetadata defaultValue)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

público abstrato XEventMetadata getEventMetadataOrThrow (chave longa)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

público abstrato longo getId ()

int64 id = 1;

público abstrato XLine getLines (índice int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

público abstrato int getLinesCount ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

Lista abstrata pública< XLine > getLinesList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

resumo público XLineOrBuilder getLinesOrBuilder (índice int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

lista abstrata pública<? estende XLineOrBuilder > getLinesOrBuilderList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

String abstrata pública getName ()

 Name of this line.
 
string name = 2;

resumo público com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

mapa abstrato público <Long, XStatMetadata > getStatMetadata ()

Use getStatMetadataMap() em vez disso.

público abstrato int getStatMetadataCount ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

mapa abstrato público <Long, XStatMetadata > getStatMetadataMap ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

público abstrato XStatMetadata getStatMetadataOrDefault (chave longa, XStatMetadata defaultValue)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

público abstrato XStatMetadata getStatMetadataOrThrow (chave longa)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

público abstrato XStat getStats (índice int)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

público abstrato int getStatsCount ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

lista abstrata pública< XStat > getStatsList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

resumo público XStatOrBuilder getStatsOrBuilder (índice int)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

lista abstrata pública<? estende XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;