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

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

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


Method Summary
 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;
 
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.CounterGroupProto value = 2;


getValue

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


getValueOrBuilder

MRProtos.CounterGroupProtoOrBuilder getValueOrBuilder()
optional .hadoop.mapreduce.CounterGroupProto value = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.