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()
          optional string display_name = 2;
 com.google.protobuf.ByteString getDisplayNameBytes()
          optional string display_name = 2;
 String getName()
          optional string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          optional string name = 1;
 long getValue()
          optional int64 value = 3;
 boolean hasDisplayName()
          optional string display_name = 2;
 boolean hasName()
          optional string name = 1;
 boolean hasValue()
          optional int64 value = 3;
 
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

hasName

boolean hasName()
optional string name = 1;


getName

String getName()
optional string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
optional string name = 1;


hasDisplayName

boolean hasDisplayName()
optional string display_name = 2;


getDisplayName

String getDisplayName()
optional string display_name = 2;


getDisplayNameBytes

com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;


hasValue

boolean hasValue()
optional int64 value = 3;


getValue

long getValue()
optional int64 value = 3;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.