XPlaneOrBuilder

パブリック インターフェイスXPlaneOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsEventMetadata (長いキー)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
抽象ブール値
containsStatMetadata (長いキー)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
抽象 Map<Long, XEventMetadata >
getイベントメタデータ()
代わりにgetEventMetadataMap()を使用してください。
抽象整数
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
抽象 Map<Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
抽象XEventMetadata
getEventMetadataOrDefault (長いキー、 XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
抽象XEventMetadata
getEventMetadataOrThrow (長いキー)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
抽象的な長い
getId ()
int64 id = 1;
抽象的なXLine
getLines (int インデックス)
 Parallel timelines grouped in this plane.
抽象整数
getLinesCount ()
 Parallel timelines grouped in this plane.
抽象リスト< XLline >
getLinesList ()
 Parallel timelines grouped in this plane.
抽象的なXLineOrBuilder
getLinesOrBuilder (int インデックス)
 Parallel timelines grouped in this plane.
抽象リスト<? XLineOrBuilderを拡張する >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
抽象文字列
getName ()
 Name of this line.
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
抽象 Map<Long, XStatMetadata >
getStatMetadata ()
代わりにgetStatMetadataMap()を使用してください。
抽象整数
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
抽象 Map<Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
抽象XStatMetadata
getStatMetadataOrDefault (長いキー、 XStatMetadataのdefaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
抽象XStatMetadata
getStatMetadataOrThrow (長いキー)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
抽象XStat
getStats (int インデックス)
 XStats associated with this plane, e.g.
抽象整数
getStatsCount ()
 XStats associated with this plane, e.g.
抽象リスト< XStat >
getStatsList ()
 XStats associated with this plane, e.g.
抽象XStatOrBuilder
getStatsOrBuilder (int インデックス)
 XStats associated with this plane, e.g.
抽象リスト<? XStOrBuilderを拡張 >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

パブリックメソッド

public abstract boolean containsEventMetadata (長いキー)

 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;

public abstract boolean containsStatMetadata (長いキー)

 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;

public abstract Map<Long, XEventMetadata > getEventMetadata ()

代わりにgetEventMetadataMap()を使用してください。

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

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

public abstract XEventMetadata getEventMetadataOrDefault (ロングキー、 XEventMetadatadefaultValue )

 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;

public abstract XEventMetadata getEventMetadataOrThrow (ロングキー)

 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;

public abstract long getId ()

int64 id = 1;

public abstract XLine getLines (int インデックス)

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

public abstract int getLinesCount ()

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

public abstract List< XLine > getLinesList ()

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

パブリック抽象XLineOrBuilder getLinesOrBuilder (int インデックス)

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

公開抄録リスト<? extends 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 getName ()

 Name of this line.
 
string name = 2;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

public abstract Map<Long, XStatMetadata > getStatMetadata ()

代わりにgetStatMetadataMap()を使用してください。

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

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

public abstract XStatMetadata getStatMetadataOrDefault (長いキー、 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;

パブリック抽象XStMetadata getStatMetadataOrThrow (ロングキー)

 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;

パブリック抽象XSt getStats (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;

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

パブリック抽象 List< 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;

パブリック抽象XStOrBuilder getStatsOrBuilder (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;

公開抄録リスト<? extends XStOrBuilder > 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;