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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetContainerStatusesResponseProto
 YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.Builder.build()
           
 YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.Builder.buildPartial()
           
 YarnServiceProtos.GetContainerStatusesResponseProto ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface.getContainerStatuses(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerStatusesRequestProto request)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.getDefaultInstance()
           
 YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetContainerStatusesResponseProto YarnServiceProtos.GetContainerStatusesResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

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

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.GetContainerStatusesResponseProto
abstract  void ContainerManagementProtocol.ContainerManagementProtocolService.getContainerStatuses(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerStatusesRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusesResponseProto> done)
          rpc getContainerStatuses(.hadoop.yarn.GetContainerStatusesRequestProto) returns (.hadoop.yarn.GetContainerStatusesResponseProto);
 void ContainerManagementProtocol.ContainerManagementProtocolService.Interface.getContainerStatuses(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerStatusesRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusesResponseProto> done)
          rpc getContainerStatuses(.hadoop.yarn.GetContainerStatusesRequestProto) returns (.hadoop.yarn.GetContainerStatusesResponseProto);
 void ContainerManagementProtocol.ContainerManagementProtocolService.Stub.getContainerStatuses(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerStatusesRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusesResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.