public static final class MRProtos.CounterGroupProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<MRProtos.CounterGroupProto.Builder> implements MRProtos.CounterGroupProtoOrBuilder
hadoop.mapreduce.CounterGroupProto
Modifier and Type | Method and Description |
---|---|
MRProtos.CounterGroupProto.Builder |
addAllCounters(Iterable<? extends MRProtos.StringCounterMapProto> values)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
addCounters(int index,
MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
addCounters(int index,
MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
addCounters(MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
addCounters(MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.StringCounterMapProto.Builder |
addCountersBuilder()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.StringCounterMapProto.Builder |
addCountersBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto |
build() |
MRProtos.CounterGroupProto |
buildPartial() |
MRProtos.CounterGroupProto.Builder |
clear() |
MRProtos.CounterGroupProto.Builder |
clearCounters()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
clearDisplayName()
optional string display_name = 2; |
MRProtos.CounterGroupProto.Builder |
clearName()
optional string name = 1; |
MRProtos.CounterGroupProto.Builder |
clone() |
MRProtos.StringCounterMapProto |
getCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.StringCounterMapProto.Builder |
getCountersBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
List<MRProtos.StringCounterMapProto.Builder> |
getCountersBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
int |
getCountersCount()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
List<MRProtos.StringCounterMapProto> |
getCountersList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.StringCounterMapProtoOrBuilder |
getCountersOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
List<? extends MRProtos.StringCounterMapProtoOrBuilder> |
getCountersOrBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
boolean |
hasDisplayName()
optional string display_name = 2; |
boolean |
hasName()
optional string name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MRProtos.CounterGroupProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MRProtos.CounterGroupProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
MRProtos.CounterGroupProto.Builder |
mergeFrom(MRProtos.CounterGroupProto other) |
MRProtos.CounterGroupProto.Builder |
removeCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
setCounters(int index,
MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
setCounters(int index,
MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3; |
MRProtos.CounterGroupProto.Builder |
setDisplayName(String value)
optional string display_name = 2; |
MRProtos.CounterGroupProto.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2; |
MRProtos.CounterGroupProto.Builder |
setName(String value)
optional string name = 1; |
MRProtos.CounterGroupProto.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 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.CounterGroupProto.Builder>
public MRProtos.CounterGroupProto.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.CounterGroupProto.Builder>
public MRProtos.CounterGroupProto.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.CounterGroupProto.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.CounterGroupProto.Builder>
public MRProtos.CounterGroupProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MRProtos.CounterGroupProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.CounterGroupProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.CounterGroupProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MRProtos.CounterGroupProto.Builder>
public MRProtos.CounterGroupProto.Builder mergeFrom(MRProtos.CounterGroupProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.CounterGroupProto.Builder>
public MRProtos.CounterGroupProto.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.CounterGroupProto.Builder>
IOException
public boolean hasName()
optional string name = 1;
hasName
in interface MRProtos.CounterGroupProtoOrBuilder
public String getName()
optional string name = 1;
getName
in interface MRProtos.CounterGroupProtoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
getNameBytes
in interface MRProtos.CounterGroupProtoOrBuilder
public MRProtos.CounterGroupProto.Builder setName(String value)
optional string name = 1;
public MRProtos.CounterGroupProto.Builder clearName()
optional string name = 1;
public MRProtos.CounterGroupProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
public boolean hasDisplayName()
optional string display_name = 2;
hasDisplayName
in interface MRProtos.CounterGroupProtoOrBuilder
public String getDisplayName()
optional string display_name = 2;
getDisplayName
in interface MRProtos.CounterGroupProtoOrBuilder
public com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;
getDisplayNameBytes
in interface MRProtos.CounterGroupProtoOrBuilder
public MRProtos.CounterGroupProto.Builder setDisplayName(String value)
optional string display_name = 2;
public MRProtos.CounterGroupProto.Builder clearDisplayName()
optional string display_name = 2;
public MRProtos.CounterGroupProto.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
optional string display_name = 2;
public List<MRProtos.StringCounterMapProto> getCountersList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
getCountersList
in interface MRProtos.CounterGroupProtoOrBuilder
public int getCountersCount()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
getCountersCount
in interface MRProtos.CounterGroupProtoOrBuilder
public MRProtos.StringCounterMapProto getCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
getCounters
in interface MRProtos.CounterGroupProtoOrBuilder
public MRProtos.CounterGroupProto.Builder setCounters(int index, MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder setCounters(int index, MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder addCounters(MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder addCounters(int index, MRProtos.StringCounterMapProto value)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder addCounters(MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder addCounters(int index, MRProtos.StringCounterMapProto.Builder builderForValue)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder addAllCounters(Iterable<? extends MRProtos.StringCounterMapProto> values)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder clearCounters()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.CounterGroupProto.Builder removeCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.StringCounterMapProto.Builder getCountersBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.StringCounterMapProtoOrBuilder getCountersOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
getCountersOrBuilder
in interface MRProtos.CounterGroupProtoOrBuilder
public List<? extends MRProtos.StringCounterMapProtoOrBuilder> getCountersOrBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
getCountersOrBuilderList
in interface MRProtos.CounterGroupProtoOrBuilder
public MRProtos.StringCounterMapProto.Builder addCountersBuilder()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public MRProtos.StringCounterMapProto.Builder addCountersBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
public List<MRProtos.StringCounterMapProto.Builder> getCountersBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.