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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.