Package | Description |
---|---|
org.apache.hadoop.yarn.api | |
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.client.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
GetNewApplicationResponse |
ApplicationClientProtocol.getNewApplication(GetNewApplicationRequest request)
The interface used by clients to obtain a new
ApplicationId for
submitting new applications. |
Modifier and Type | Method and Description |
---|---|
static GetNewApplicationResponse |
GetNewApplicationResponse.newInstance(ApplicationId applicationId,
Resource minCapability,
Resource maxCapability) |
Modifier and Type | Method and Description |
---|---|
GetNewApplicationResponse |
YarnClientApplication.getNewApplicationResponse() |
Constructor and Description |
---|
YarnClientApplication(GetNewApplicationResponse newAppResponse,
ApplicationSubmissionContext appContext) |
Copyright © 2015 Apache Software Foundation. All rights reserved.