Class GetNewApplicationRequest

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

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

    • GetNewApplicationRequest

      public GetNewApplicationRequest()
  • Method Details