org.apache.hadoop.yarn.api.protocolrecords
Class GetNewApplicationRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationRequest
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetNewApplicationRequest
- extends Object
The request sent by clients to get a new ApplicationId
for
submitting an application.
Currently, this is empty.
- See Also:
ApplicationClientProtocol.getNewApplication(GetNewApplicationRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetNewApplicationRequest
public GetNewApplicationRequest()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetNewApplicationRequest newInstance()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.