public static interface MRProtos.CounterGroupProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MRProtos.StringCounterMapProto |
getCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
int |
getCountersCount()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
List<MRProtos.StringCounterMapProto> |
getCountersList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.StringCounterMapProtoOrBuilder |
getCountersOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
List<? extends MRProtos.StringCounterMapProtoOrBuilder> |
getCountersOrBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto 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<MRProtos.StringCounterMapProto> getCountersList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
MRProtos.StringCounterMapProto getCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
int getCountersCount()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
List<? extends MRProtos.StringCounterMapProtoOrBuilder> getCountersOrBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
MRProtos.StringCounterMapProtoOrBuilder getCountersOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.