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()
           
 MRProtos.CounterProto getValue()
           
 MRProtos.CounterProtoOrBuilder getValueOrBuilder()
           
 boolean hasKey()
           
 boolean hasValue()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasKey

boolean hasKey()

getKey

String getKey()

hasValue

boolean hasValue()

getValue

MRProtos.CounterProto getValue()

getValueOrBuilder

MRProtos.CounterProtoOrBuilder getValueOrBuilder()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.