Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto

Packages that use YarnServiceProtos.GetContainerReportRequestProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.GetContainerReportRequestProto in org.apache.hadoop.yarn.proto
 

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServiceProtos.GetContainerReportRequestProto
static com.google.protobuf.Parser<YarnServiceProtos.GetContainerReportRequestProto> YarnServiceProtos.GetContainerReportRequestProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetContainerReportRequestProto
 YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.Builder.build()
           
 YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.Builder.buildPartial()
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.getDefaultInstance()
           
 YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetContainerReportRequestProto YarnServiceProtos.GetContainerReportRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.GetContainerReportRequestProto
 com.google.protobuf.Parser<YarnServiceProtos.GetContainerReportRequestProto> YarnServiceProtos.GetContainerReportRequestProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetContainerReportRequestProto
 YarnServiceProtos.GetContainerReportResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request)
           
 YarnServiceProtos.GetContainerReportResponseProto ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request)
           
abstract  void ApplicationClientProtocol.ApplicationClientProtocolService.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
          rpc getContainerReport(.hadoop.yarn.GetContainerReportRequestProto) returns (.hadoop.yarn.GetContainerReportResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Interface.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
          rpc getContainerReport(.hadoop.yarn.GetContainerReportRequestProto) returns (.hadoop.yarn.GetContainerReportResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Stub.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
           
abstract  void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
          rpc getContainerReport(.hadoop.yarn.GetContainerReportRequestProto) returns (.hadoop.yarn.GetContainerReportResponseProto);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Interface.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
          rpc getContainerReport(.hadoop.yarn.GetContainerReportRequestProto) returns (.hadoop.yarn.GetContainerReportResponseProto);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Stub.getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
           
 YarnServiceProtos.GetContainerReportRequestProto.Builder YarnServiceProtos.GetContainerReportRequestProto.Builder.mergeFrom(YarnServiceProtos.GetContainerReportRequestProto other)
           
static YarnServiceProtos.GetContainerReportRequestProto.Builder YarnServiceProtos.GetContainerReportRequestProto.newBuilder(YarnServiceProtos.GetContainerReportRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.