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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetContainersResponseProto
 YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.Builder.build()
           
 YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.Builder.buildPartial()
           
 YarnServiceProtos.GetContainersResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request)
           
 YarnServiceProtos.GetContainersResponseProto ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.getDefaultInstance()
           
 YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetContainersResponseProto YarnServiceProtos.GetContainersResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

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

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.GetContainersResponseProto
abstract  void ApplicationClientProtocol.ApplicationClientProtocolService.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
          rpc getContainers(.hadoop.yarn.GetContainersRequestProto) returns (.hadoop.yarn.GetContainersResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Interface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
          rpc getContainers(.hadoop.yarn.GetContainersRequestProto) returns (.hadoop.yarn.GetContainersResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Stub.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
           
abstract  void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
          rpc getContainers(.hadoop.yarn.GetContainersRequestProto) returns (.hadoop.yarn.GetContainersResponseProto);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Interface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
          rpc getContainers(.hadoop.yarn.GetContainersRequestProto) returns (.hadoop.yarn.GetContainersResponseProto);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Stub.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.