public class UpdatedContainerInfo extends Object
Constructor and Description |
---|
UpdatedContainerInfo() |
UpdatedContainerInfo(List<ContainerStatus> newlyLaunchedContainers,
List<ContainerStatus> completedContainers) |
Modifier and Type | Method and Description |
---|---|
List<ContainerStatus> |
getCompletedContainers() |
List<ContainerStatus> |
getNewlyLaunchedContainers() |
public UpdatedContainerInfo()
public UpdatedContainerInfo(List<ContainerStatus> newlyLaunchedContainers, List<ContainerStatus> completedContainers)
public List<ContainerStatus> getNewlyLaunchedContainers()
public List<ContainerStatus> getCompletedContainers()
Copyright © 2013 Apache Software Foundation. All rights reserved.