public class ContainersComplete extends Object
YarnFlinkResourceManager
to notify it that a set of new containers is complete.
NOTE: This message is not serializable, because the ContainerStatus object is not serializable.
| Constructor and Description |
|---|
ContainersComplete(List<org.apache.hadoop.yarn.api.records.ContainerStatus> containers) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.yarn.api.records.ContainerStatus> |
containers() |
String |
toString() |
public ContainersComplete(List<org.apache.hadoop.yarn.api.records.ContainerStatus> containers)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.