public class CMgrCompletedContainersEvent extends ContainerManagerEvent
Modifier and Type | Class and Description |
---|---|
static class |
CMgrCompletedContainersEvent.Reason |
Constructor and Description |
---|
CMgrCompletedContainersEvent(List<ContainerId> containersToCleanup,
CMgrCompletedContainersEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
List<ContainerId> |
getContainersToCleanup() |
CMgrCompletedContainersEvent.Reason |
getReason() |
getTimestamp, getType, toString
public CMgrCompletedContainersEvent(List<ContainerId> containersToCleanup, CMgrCompletedContainersEvent.Reason reason)
public List<ContainerId> getContainersToCleanup()
public CMgrCompletedContainersEvent.Reason getReason()
Copyright © 2013 Apache Software Foundation. All rights reserved.