@Internal public class JobAllocationsInformation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JobAllocationsInformation.VertexAllocationInformation
Information about the allocations of a single Job Vertex.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static JobAllocationsInformation |
empty() |
static JobAllocationsInformation |
fromGraph(ExecutionGraph graph) |
List<JobAllocationsInformation.VertexAllocationInformation> |
getAllocations(JobVertexID jobVertexID) |
boolean |
isEmpty() |
public static JobAllocationsInformation fromGraph(@Nullable ExecutionGraph graph)
public List<JobAllocationsInformation.VertexAllocationInformation> getAllocations(JobVertexID jobVertexID)
public static JobAllocationsInformation empty()
public boolean isEmpty()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.