| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<NMToken> |
AllocateResponse.getNMTokens() |
Get the list of NMTokens required for communicating with NM.
|
abstract java.util.List<NMToken> |
RegisterApplicationMasterResponse.getNMTokensFromPreviousAttempts() |
Get the list of NMTokens for communicating with the NMs where the
containers of previous application attempts are running.
|
| Modifier and Type | Method | Description |
|---|---|---|
AllocateResponse.AllocateResponseBuilder |
AllocateResponse.AllocateResponseBuilder.nmTokens(java.util.List<NMToken> nmTokens) |
Set the
nmTokens of the response. |
abstract void |
AllocateResponse.setNMTokens(java.util.List<NMToken> nmTokens) |
|
abstract void |
RegisterApplicationMasterResponse.setNMTokensFromPreviousAttempts(java.util.List<NMToken> nmTokens) |
Set the list of NMTokens for communicating with the NMs where the the
containers of previous application attempts are running.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NMToken |
NMToken.newInstance(NodeId nodeId,
Token token) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.