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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetContainerReportResponseProto
 YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.Builder.build()
           
 YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.Builder.buildPartial()
           
 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)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.getDefaultInstance()
           
 YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetContainerReportResponseProto YarnServiceProtos.GetContainerReportResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetContainerReportResponseProto
 YarnServiceProtos.GetContainerReportResponseProto.Builder YarnServiceProtos.GetContainerReportResponseProto.Builder.mergeFrom(YarnServiceProtos.GetContainerReportResponseProto other)
           
static YarnServiceProtos.GetContainerReportResponseProto.Builder YarnServiceProtos.GetContainerReportResponseProto.newBuilder(YarnServiceProtos.GetContainerReportResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.GetContainerReportResponseProto
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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.