public static interface MRProtos.StringCounterMapProtoOrBuilder
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.CounterProto |
getValue()
optional .hadoop.mapreduce.CounterProto value = 2; |
MRProtos.CounterProtoOrBuilder |
getValueOrBuilder()
optional .hadoop.mapreduce.CounterProto value = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasValue()
optional .hadoop.mapreduce.CounterProto 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.CounterProto value = 2;
MRProtos.CounterProto getValue()
optional .hadoop.mapreduce.CounterProto value = 2;
MRProtos.CounterProtoOrBuilder getValueOrBuilder()
optional .hadoop.mapreduce.CounterProto value = 2;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.