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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.