org.apache.hadoop.yarn.api.protocolrecords
Class MoveApplicationAcrossQueuesResponse

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.MoveApplicationAcrossQueuesResponse

@InterfaceAudience.Public
@InterfaceStability.Unstable
public class MoveApplicationAcrossQueuesResponse
extends Object

The response sent by the ResourceManager to the client moving a submitted application to a different queue.

A response without exception means that the move has completed successfully.

See Also:
ApplicationClientProtocol.moveApplicationAcrossQueues(MoveApplicationAcrossQueuesRequest)

Constructor Summary
MoveApplicationAcrossQueuesResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveApplicationAcrossQueuesResponse

public MoveApplicationAcrossQueuesResponse()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.