public static interface DAGProtos.TezCounterGroupProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DAGProtos.TezCounterProto |
getCounters(int index)
repeated .TezCounterProto counters = 3; |
int |
getCountersCount()
repeated .TezCounterProto counters = 3; |
List<DAGProtos.TezCounterProto> |
getCountersList()
repeated .TezCounterProto counters = 3; |
DAGProtos.TezCounterProtoOrBuilder |
getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3; |
List<? extends DAGProtos.TezCounterProtoOrBuilder> |
getCountersOrBuilderList()
repeated .TezCounterProto counters = 3; |
String |
getDisplayName()
optional string display_name = 2; |
com.google.protobuf.ByteString |
getDisplayNameBytes()
optional string display_name = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasDisplayName()
optional string display_name = 2; |
boolean |
hasName()
optional string name = 1; |
boolean hasName()
optional string name = 1;String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasDisplayName()
optional string display_name = 2;String getDisplayName()
optional string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;List<DAGProtos.TezCounterProto> getCountersList()
repeated .TezCounterProto counters = 3;DAGProtos.TezCounterProto getCounters(int index)
repeated .TezCounterProto counters = 3;int getCountersCount()
repeated .TezCounterProto counters = 3;List<? extends DAGProtos.TezCounterProtoOrBuilder> getCountersOrBuilderList()
repeated .TezCounterProto counters = 3;DAGProtos.TezCounterProtoOrBuilder getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3;Copyright © 2016 Apache Software Foundation. All rights reserved.