Class MoveApplicationAcrossQueuesResponse

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

@Public @Unstable public abstract 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:
  • Constructor Details

    • MoveApplicationAcrossQueuesResponse

      public MoveApplicationAcrossQueuesResponse()
  • Method Details