public static interface MRProtos.StringCounterGroupMapProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
MRProtos.CounterGroupProto |
getValue()
optional .hadoop.mapreduce.CounterGroupProto value = 2; |
MRProtos.CounterGroupProtoOrBuilder |
getValueOrBuilder()
optional .hadoop.mapreduce.CounterGroupProto value = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasValue()
optional .hadoop.mapreduce.CounterGroupProto value = 2; |
boolean hasKey()
optional string key = 1;
String getKey()
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
boolean hasValue()
optional .hadoop.mapreduce.CounterGroupProto value = 2;
MRProtos.CounterGroupProto getValue()
optional .hadoop.mapreduce.CounterGroupProto value = 2;
MRProtos.CounterGroupProtoOrBuilder getValueOrBuilder()
optional .hadoop.mapreduce.CounterGroupProto value = 2;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.