org.apache.hadoop.yarn.api.protocolrecords
Class MoveApplicationAcrossQueuesResponse
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveApplicationAcrossQueuesResponse
public MoveApplicationAcrossQueuesResponse()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.