Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.proto |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MRProtos.StringCounterGroupMapProto> |
MRProtos.StringCounterGroupMapProto.PARSER |
Modifier and Type | Method and Description |
---|---|
MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.Builder.build() |
MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.Builder.buildPartial() |
MRProtos.StringCounterGroupMapProto |
MRProtos.CountersProtoOrBuilder.getCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
MRProtos.StringCounterGroupMapProto |
MRProtos.CountersProto.getCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
MRProtos.StringCounterGroupMapProto |
MRProtos.CountersProto.Builder.getCounterGroups(int index)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.getDefaultInstance() |
MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.getDefaultInstanceForType() |
MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.Builder.getDefaultInstanceForType() |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseDelimitedFrom(InputStream input) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(byte[] data) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(com.google.protobuf.ByteString data) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(InputStream input) |
static MRProtos.StringCounterGroupMapProto |
MRProtos.StringCounterGroupMapProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<MRProtos.StringCounterGroupMapProto> |
MRProtos.CountersProtoOrBuilder.getCounterGroupsList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
List<MRProtos.StringCounterGroupMapProto> |
MRProtos.CountersProto.getCounterGroupsList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
List<MRProtos.StringCounterGroupMapProto> |
MRProtos.CountersProto.Builder.getCounterGroupsList()
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
com.google.protobuf.Parser<MRProtos.StringCounterGroupMapProto> |
MRProtos.StringCounterGroupMapProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MRProtos.CountersProto.Builder |
MRProtos.CountersProto.Builder.addCounterGroups(int index,
MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
MRProtos.CountersProto.Builder |
MRProtos.CountersProto.Builder.addCounterGroups(MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
MRProtos.StringCounterGroupMapProto.Builder |
MRProtos.StringCounterGroupMapProto.Builder.mergeFrom(MRProtos.StringCounterGroupMapProto other) |
static MRProtos.StringCounterGroupMapProto.Builder |
MRProtos.StringCounterGroupMapProto.newBuilder(MRProtos.StringCounterGroupMapProto prototype) |
MRProtos.CountersProto.Builder |
MRProtos.CountersProto.Builder.setCounterGroups(int index,
MRProtos.StringCounterGroupMapProto value)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
Modifier and Type | Method and Description |
---|---|
MRProtos.CountersProto.Builder |
MRProtos.CountersProto.Builder.addAllCounterGroups(Iterable<? extends MRProtos.StringCounterGroupMapProto> values)
repeated .hadoop.mapreduce.StringCounterGroupMapProto counter_groups = 1; |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.