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

java.lang.Object
  extended by 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)

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

Constructor Detail

GetNewApplicationRequest

public GetNewApplicationRequest()
Method Detail

newInstance

@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetNewApplicationRequest newInstance()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.