Uses of Interface
org.apache.hadoop.mapreduce.v2.proto.MRProtos.AMInfoProtoOrBuilder

Packages that use MRProtos.AMInfoProtoOrBuilder
org.apache.hadoop.mapreduce.v2.proto   
 

Uses of MRProtos.AMInfoProtoOrBuilder in org.apache.hadoop.mapreduce.v2.proto
 

Classes in org.apache.hadoop.mapreduce.v2.proto that implement MRProtos.AMInfoProtoOrBuilder
static class MRProtos.AMInfoProto
          Protobuf type hadoop.mapreduce.AMInfoProto
static class MRProtos.AMInfoProto.Builder
          Protobuf type hadoop.mapreduce.AMInfoProto
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.AMInfoProtoOrBuilder
 MRProtos.AMInfoProtoOrBuilder MRProtos.JobReportProtoOrBuilder.getAmInfosOrBuilder(int index)
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 MRProtos.AMInfoProtoOrBuilder MRProtos.JobReportProto.getAmInfosOrBuilder(int index)
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 MRProtos.AMInfoProtoOrBuilder MRProtos.JobReportProto.Builder.getAmInfosOrBuilder(int index)
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return types with arguments of type MRProtos.AMInfoProtoOrBuilder
 List<? extends MRProtos.AMInfoProtoOrBuilder> MRProtos.JobReportProtoOrBuilder.getAmInfosOrBuilderList()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 List<? extends MRProtos.AMInfoProtoOrBuilder> MRProtos.JobReportProto.getAmInfosOrBuilderList()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 List<? extends MRProtos.AMInfoProtoOrBuilder> MRProtos.JobReportProto.Builder.getAmInfosOrBuilderList()
          repeated .hadoop.mapreduce.AMInfoProto am_infos = 14;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.