| Modifier and Type | Method and Description |
|---|---|
ContainerId |
ExecutionVertex.getContainerId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionVertex.setContainerId(ContainerId containerId) |
void |
ExecutionVertex.setContainerIfNotExist(ContainerId containerId) |
| Modifier and Type | Method and Description |
|---|---|
ContainerId |
Container.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setId(ContainerId id) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceAssignmentView |
ResourceAssignmentView.of(Map<ContainerId,List<Integer>> assignmentView) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Container> |
ResourceUtil.getContainerById(List<Container> containers,
ContainerId containerID)
Get container by id
|
Copyright © 2021. All rights reserved.