| Package | Description |
|---|---|
| org.apache.hadoop.yarn.ams |
Public api for Application Master Service interceptors.
|
| org.apache.hadoop.yarn.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ApplicationMasterServiceProcessor.registerApplicationMaster(ApplicationAttemptId applicationAttemptId,
RegisterApplicationMasterRequest request,
RegisterApplicationMasterResponse response) |
Register AM attempt.
|
| Modifier and Type | Method | Description |
|---|---|---|
RegisterApplicationMasterResponse |
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request) |
The interface used by a new
ApplicationMaster to register with
the ResourceManager. |
| Modifier and Type | Method | Description |
|---|---|---|
static RegisterApplicationMasterResponse |
RegisterApplicationMasterResponse.newInstance(Resource minCapability,
Resource maxCapability,
java.util.Map<ApplicationAccessType,java.lang.String> acls,
java.nio.ByteBuffer key,
java.util.List<Container> containersFromPreviousAttempt,
java.lang.String queue,
java.util.List<NMToken> nmTokensFromPreviousAttempts) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.