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

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

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class SubmitApplicationResponse
extends Object

The response sent by the ResourceManager to a client on application submission.

Currently, this is empty.

See Also:
ApplicationClientProtocol.submitApplication(SubmitApplicationRequest)

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

Constructor Detail

SubmitApplicationResponse

public SubmitApplicationResponse()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.