org.apache.hadoop.mapreduce.v2.proto
Interface MRServiceProtos.GetCountersResponseProtoOrBuilder

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

public static interface MRServiceProtos.GetCountersResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MRProtos.CountersProto getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 1;
 MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
          optional .hadoop.mapreduce.CountersProto counters = 1;
 boolean hasCounters()
          optional .hadoop.mapreduce.CountersProto counters = 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

hasCounters

boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 1;


getCounters

MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 1;


getCountersOrBuilder

MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 1;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.