Modifier and Type | Method and Description |
---|---|
abstract List<NMToken> |
AllocateResponse.getNMTokens()
Get the list of NMTokens required for communicating with NM.
|
Modifier and Type | Method and Description |
---|---|
static AllocateResponse |
AllocateResponse.newInstance(int responseId,
List<ContainerStatus> completedContainers,
List<Container> allocatedContainers,
List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt,
List<NMToken> nmTokens) |
abstract void |
AllocateResponse.setNMTokens(List<NMToken> nmTokens) |
Modifier and Type | Method and Description |
---|---|
List<NMToken> |
AllocateResponsePBImpl.getNMTokens() |
Modifier and Type | Method and Description |
---|---|
void |
AllocateResponsePBImpl.setNMTokens(List<NMToken> nmTokens) |
Modifier and Type | Method and Description |
---|---|
static NMToken |
NMToken.newInstance(NodeId nodeId,
Token token) |
Modifier and Type | Class and Description |
---|---|
class |
NMTokenPBImpl |
Modifier and Type | Method and Description |
---|---|
List<NMToken> |
NMTokenSecretManagerInRM.createAndGetNMTokens(String applicationSubmitter,
ApplicationAttemptId appAttemptId,
List<Container> containers) |
Copyright © 2013 Apache Software Foundation. All rights reserved.