org.apache.hadoop.mapreduce.v2.proto
Interface MRProtos.StringCounterMapProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MRProtos.StringCounterMapProto, MRProtos.StringCounterMapProto.Builder
Enclosing class:
MRProtos

public static interface MRProtos.StringCounterMapProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasKey

boolean hasKey()
optional string key = 1;


getKey

String getKey()
optional string key = 1;


getKeyBytes

com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;


hasValue

boolean hasValue()
optional .hadoop.mapreduce.CounterProto value = 2;


getValue

MRProtos.CounterProto getValue()
optional .hadoop.mapreduce.CounterProto value = 2;


getValueOrBuilder

MRProtos.CounterProtoOrBuilder getValueOrBuilder()
optional .hadoop.mapreduce.CounterProto value = 2;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.