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

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

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


Method Summary
 String getDisplayName()
           
 String getName()
           
 long getValue()
           
 boolean hasDisplayName()
           
 boolean hasName()
           
 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

hasName

boolean hasName()

getName

String getName()

hasDisplayName

boolean hasDisplayName()

getDisplayName

String getDisplayName()

hasValue

boolean hasValue()

getValue

long getValue()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.