| Modifier and Type | Method and Description |
|---|---|
abstract PreemptionMessage |
AllocateResponse.getPreemptionMessage()
Get the description of containers owned by the AM, but requested back by
the cluster.
|
| 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.setPreemptionMessage(PreemptionMessage request) |
| Modifier and Type | Method and Description |
|---|---|
PreemptionMessage |
AllocateResponsePBImpl.getPreemptionMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocateResponsePBImpl.setPreemptionMessage(PreemptionMessage preempt) |
| Modifier and Type | Method and Description |
|---|---|
static PreemptionMessage |
PreemptionMessage.newInstance(StrictPreemptionContract set,
PreemptionContract contract) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreemptionMessagePBImpl |
| Modifier and Type | Method and Description |
|---|---|
static AllocateResponse |
BuilderUtils.newAllocateResponse(int responseId,
List<ContainerStatus> completedContainers,
List<Container> allocatedContainers,
List<NodeReport> updatedNodes,
Resource availResources,
AMCommand command,
int numClusterNodes,
PreemptionMessage preempt) |
Copyright © 2013 Apache Software Foundation. All rights reserved.