public static final class MRProtos.CountersProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder> implements MRProtos.CountersProtoOrBuilder
hadoop.mapreduce.CountersProto
Modifier and Type | Method and Description |
---|---|
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
public MRProtos.CountersProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
public MRProtos.CountersProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
public MRProtos.CountersProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MRProtos.CountersProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.CountersProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.CountersProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MRProtos.CountersProto.Builder>
public MRProtos.CountersProto.Builder mergeFrom(MRProtos.CountersProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CountersProto.Builder>
public MRProtos.CountersProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MRProtos.CountersProto.Builder>
IOException
public List<MRProtos.StringCounterGroupMapProto> getCounterGroupsList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
getCounterGroupsList
in interface MRProtos.CountersProtoOrBuilder
public int getCounterGroupsCount()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
getCounterGroupsCount
in interface MRProtos.CountersProtoOrBuilder
public MRProtos.StringCounterGroupMapProto getCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
getCounterGroups
in interface MRProtos.CountersProtoOrBuilder
public MRProtos.CountersProto.Builder setCounterGroups(int index, MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder setCounterGroups(int index, MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder addCounterGroups(int index, MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder addCounterGroups(MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder addCounterGroups(int index, MRProtos.StringCounterGroupMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder addAllCounterGroups(Iterable<? extends MRProtos.StringCounterGroupMapProto> values)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder clearCounterGroups()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.CountersProto.Builder removeCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.StringCounterGroupMapProto.Builder getCounterGroupsBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.StringCounterGroupMapProtoOrBuilder getCounterGroupsOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
getCounterGroupsOrBuilder
in interface MRProtos.CountersProtoOrBuilder
public List<? extends MRProtos.StringCounterGroupMapProtoOrBuilder> getCounterGroupsOrBuilderList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
getCounterGroupsOrBuilderList
in interface MRProtos.CountersProtoOrBuilder
public MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public MRProtos.StringCounterGroupMapProto.Builder addCounterGroupsBuilder(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
public List<MRProtos.StringCounterGroupMapProto.Builder> getCounterGroupsBuilderList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.