public class CMgrCompletedContainersEvent extends ContainerManagerEvent
Modifier and Type | Class and Description |
---|---|
static class |
CMgrCompletedContainersEvent.Reason |
Constructor and Description |
---|
CMgrCompletedContainersEvent(List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanup,
CMgrCompletedContainersEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.yarn.api.records.ContainerId> |
getContainersToCleanup() |
CMgrCompletedContainersEvent.Reason |
getReason() |
public CMgrCompletedContainersEvent(List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanup, CMgrCompletedContainersEvent.Reason reason)
public List<org.apache.hadoop.yarn.api.records.ContainerId> getContainersToCleanup()
public CMgrCompletedContainersEvent.Reason getReason()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.