org.apache.hadoop.mapreduce.v2.proto
Class MRProtos.CountersProto.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.CountersProto.Builder>
              extended by org.apache.hadoop.mapreduce.v2.proto.MRProtos.CountersProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MRProtos.CountersProtoOrBuilder
Enclosing class:
MRProtos.CountersProto

public static final class MRProtos.CountersProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
implements MRProtos.CountersProtoOrBuilder

Protobuf type hadoop.mapreduce.CountersProto


Method Summary
 MRProtos.CountersProto.Builder addAllCounterGroups(Iterable<? extends MRProtos.StringCounterGroupMapProto> values)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder addCounterGroups(int index, MRProtos.StringCounterGroupMapProto.Builder builderForValue)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder addCounterGroups(int index, MRProtos.StringCounterGroupMapProto value)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto.Builder builderForValue)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto value)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder(int index)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto build()
           
 MRProtos.CountersProto buildPartial()
           
 MRProtos.CountersProto.Builder clear()
           
 MRProtos.CountersProto.Builder clearCounterGroups()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder clone()
           
 MRProtos.StringCounterGroupMapProto getCounterGroups(int index)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.StringCounterGroupMapProto.Builder getCounterGroupsBuilder(int index)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 List<MRProtos.StringCounterGroupMapProto.Builder> getCounterGroupsBuilderList()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 int getCounterGroupsCount()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 List<MRProtos.StringCounterGroupMapProto> getCounterGroupsList()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.StringCounterGroupMapProtoOrBuilder getCounterGroupsOrBuilder(int index)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 List<? extends MRProtos.StringCounterGroupMapProtoOrBuilder> getCounterGroupsOrBuilderList()
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MRProtos.CountersProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MRProtos.CountersProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 MRProtos.CountersProto.Builder mergeFrom(MRProtos.CountersProto other)
           
 MRProtos.CountersProto.Builder removeCounterGroups(int index)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder setCounterGroups(int index, MRProtos.StringCounterGroupMapProto.Builder builderForValue)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 MRProtos.CountersProto.Builder setCounterGroups(int index, MRProtos.StringCounterGroupMapProto value)
          repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
 
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.CountersProto.Builder>

clear

public MRProtos.CountersProto.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.CountersProto.Builder>

clone

public MRProtos.CountersProto.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.CountersProto.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.CountersProto.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public MRProtos.CountersProto.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.CountersProto.Builder>

mergeFrom

public MRProtos.CountersProto.Builder mergeFrom(MRProtos.CountersProto 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.CountersProto.Builder>

mergeFrom

public MRProtos.CountersProto.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.CountersProto.Builder>
Throws:
IOException

getCounterGroupsList

public List<MRProtos.StringCounterGroupMapProto> getCounterGroupsList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;

Specified by:
getCounterGroupsList in interface MRProtos.CountersProtoOrBuilder

getCounterGroupsCount

public int getCounterGroupsCount()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;

Specified by:
getCounterGroupsCount in interface MRProtos.CountersProtoOrBuilder

getCounterGroups

public MRProtos.StringCounterGroupMapProto getCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;

Specified by:
getCounterGroups in interface MRProtos.CountersProtoOrBuilder

setCounterGroups

public MRProtos.CountersProto.Builder setCounterGroups(int index,
                                                       MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


setCounterGroups

public MRProtos.CountersProto.Builder setCounterGroups(int index,
                                                       MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addCounterGroups

public MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addCounterGroups

public MRProtos.CountersProto.Builder addCounterGroups(int index,
                                                       MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addCounterGroups

public MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addCounterGroups

public MRProtos.CountersProto.Builder addCounterGroups(int index,
                                                       MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addAllCounterGroups

public MRProtos.CountersProto.Builder addAllCounterGroups(Iterable<? extends MRProtos.StringCounterGroupMapProto> values)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


clearCounterGroups

public MRProtos.CountersProto.Builder clearCounterGroups()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


removeCounterGroups

public MRProtos.CountersProto.Builder removeCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


getCounterGroupsBuilder

public MRProtos.StringCounterGroupMapProto.Builder getCounterGroupsBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


getCounterGroupsOrBuilder

public MRProtos.StringCounterGroupMapProtoOrBuilder getCounterGroupsOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;

Specified by:
getCounterGroupsOrBuilder in interface MRProtos.CountersProtoOrBuilder

getCounterGroupsOrBuilderList

public List<? extends MRProtos.StringCounterGroupMapProtoOrBuilder> getCounterGroupsOrBuilderList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;

Specified by:
getCounterGroupsOrBuilderList in interface MRProtos.CountersProtoOrBuilder

addCounterGroupsBuilder

public MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


addCounterGroupsBuilder

public MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;


getCounterGroupsBuilderList

public List<MRProtos.StringCounterGroupMapProto.Builder> getCounterGroupsBuilderList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.