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

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

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


Method Summary
 MRProtos.StringCounterMapProto getCounters(int index)
          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;
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
optional string name = 1;


getName

String getName()
optional string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
optional string name = 1;


hasDisplayName

boolean hasDisplayName()
optional string display_name = 2;


getDisplayName

String getDisplayName()
optional string display_name = 2;


getDisplayNameBytes

com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;


getCountersList

List<MRProtos.StringCounterMapProto> getCountersList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;


getCounters

MRProtos.StringCounterMapProto getCounters(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;


getCountersCount

int getCountersCount()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;


getCountersOrBuilderList

List<? extends MRProtos.StringCounterMapProtoOrBuilder> getCountersOrBuilderList()
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;


getCountersOrBuilder

MRProtos.StringCounterMapProtoOrBuilder getCountersOrBuilder(int index)
repeated .hadoop.mapreduce.StringCounterMapProto counters = 3;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.