org.apache.hadoop.mapreduce.v2.proto
Interface MRProtos.CountersProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MRProtos.CountersProto, MRProtos.CountersProto.Builder
Enclosing class:
MRProtos

public static interface MRProtos.CountersProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MRProtos.StringCounterGroupMapProto getCounterGroups(int index)
           
 int getCounterGroupsCount()
           
 List<MRProtos.StringCounterGroupMapProto> getCounterGroupsList()
           
 MRProtos.StringCounterGroupMapProtoOrBuilder getCounterGroupsOrBuilder(int index)
           
 List<? extends MRProtos.StringCounterGroupMapProtoOrBuilder> getCounterGroupsOrBuilderList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getCounterGroupsList

List<MRProtos.StringCounterGroupMapProto> getCounterGroupsList()

getCounterGroups

MRProtos.StringCounterGroupMapProto getCounterGroups(int index)

getCounterGroupsCount

int getCounterGroupsCount()

getCounterGroupsOrBuilderList

List<? extends MRProtos.StringCounterGroupMapProtoOrBuilder> getCounterGroupsOrBuilderList()

getCounterGroupsOrBuilder

MRProtos.StringCounterGroupMapProtoOrBuilder getCounterGroupsOrBuilder(int index)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.