org.apache.hadoop.mapreduce.v2.proto
Class MRProtos.StringCounterGroupMapProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>
              extended by org.apache.hadoop.mapreduce.v2.proto.MRProtos.StringCounterGroupMapProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MRProtos.StringCounterGroupMapProtoOrBuilder
Enclosing class:
MRProtos.StringCounterGroupMapProto

public static final class MRProtos.StringCounterGroupMapProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>
implements MRProtos.StringCounterGroupMapProtoOrBuilder

Protobuf type hadoop.mapreduce.StringCounterGroupMapProto


Method Summary
 MRProtos.StringCounterGroupMapProto build()
           
 MRProtos.StringCounterGroupMapProto buildPartial()
           
 MRProtos.StringCounterGroupMapProto.Builder clear()
           
 MRProtos.StringCounterGroupMapProto.Builder clearKey()
          optional string key = 1;
 MRProtos.StringCounterGroupMapProto.Builder clearValue()
          optional .hadoop.mapreduce.CounterGroupProto value = 2;
 MRProtos.StringCounterGroupMapProto.Builder clone()
           
 MRProtos.StringCounterGroupMapProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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.CounterGroupProto.Builder getValueBuilder()
          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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MRProtos.StringCounterGroupMapProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MRProtos.StringCounterGroupMapProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 MRProtos.StringCounterGroupMapProto.Builder mergeFrom(MRProtos.StringCounterGroupMapProto other)
           
 MRProtos.StringCounterGroupMapProto.Builder mergeValue(MRProtos.CounterGroupProto value)
          optional .hadoop.mapreduce.CounterGroupProto value = 2;
 MRProtos.StringCounterGroupMapProto.Builder setKey(String value)
          optional string key = 1;
 MRProtos.StringCounterGroupMapProto.Builder setKeyBytes(com.google.protobuf.ByteString value)
          optional string key = 1;
 MRProtos.StringCounterGroupMapProto.Builder setValue(MRProtos.CounterGroupProto.Builder builderForValue)
          optional .hadoop.mapreduce.CounterGroupProto value = 2;
 MRProtos.StringCounterGroupMapProto.Builder setValue(MRProtos.CounterGroupProto value)
          optional .hadoop.mapreduce.CounterGroupProto value = 2;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

clear

public MRProtos.StringCounterGroupMapProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

clone

public MRProtos.StringCounterGroupMapProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

getDefaultInstanceForType

public MRProtos.StringCounterGroupMapProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public MRProtos.StringCounterGroupMapProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public MRProtos.StringCounterGroupMapProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public MRProtos.StringCounterGroupMapProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

mergeFrom

public MRProtos.StringCounterGroupMapProto.Builder mergeFrom(MRProtos.StringCounterGroupMapProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>

mergeFrom

public MRProtos.StringCounterGroupMapProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MRProtos.StringCounterGroupMapProto.Builder>
Throws:
IOException

hasKey

public boolean hasKey()
optional string key = 1;

Specified by:
hasKey in interface MRProtos.StringCounterGroupMapProtoOrBuilder

getKey

public String getKey()
optional string key = 1;

Specified by:
getKey in interface MRProtos.StringCounterGroupMapProtoOrBuilder

getKeyBytes

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

Specified by:
getKeyBytes in interface MRProtos.StringCounterGroupMapProtoOrBuilder

setKey

public MRProtos.StringCounterGroupMapProto.Builder setKey(String value)
optional string key = 1;


clearKey

public MRProtos.StringCounterGroupMapProto.Builder clearKey()
optional string key = 1;


setKeyBytes

public MRProtos.StringCounterGroupMapProto.Builder setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1;


hasValue

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

Specified by:
hasValue in interface MRProtos.StringCounterGroupMapProtoOrBuilder

getValue

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

Specified by:
getValue in interface MRProtos.StringCounterGroupMapProtoOrBuilder

setValue

public MRProtos.StringCounterGroupMapProto.Builder setValue(MRProtos.CounterGroupProto value)
optional .hadoop.mapreduce.CounterGroupProto value = 2;


setValue

public MRProtos.StringCounterGroupMapProto.Builder setValue(MRProtos.CounterGroupProto.Builder builderForValue)
optional .hadoop.mapreduce.CounterGroupProto value = 2;


mergeValue

public MRProtos.StringCounterGroupMapProto.Builder mergeValue(MRProtos.CounterGroupProto value)
optional .hadoop.mapreduce.CounterGroupProto value = 2;


clearValue

public MRProtos.StringCounterGroupMapProto.Builder clearValue()
optional .hadoop.mapreduce.CounterGroupProto value = 2;


getValueBuilder

public MRProtos.CounterGroupProto.Builder getValueBuilder()
optional .hadoop.mapreduce.CounterGroupProto value = 2;


getValueOrBuilder

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

Specified by:
getValueOrBuilder in interface MRProtos.StringCounterGroupMapProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.