Modifier and Type | Class and Description |
---|---|
static class |
JobAllocationsInformation.VertexAllocationInformation
Information about the allocations of a single Job Vertex.
|
Modifier and Type | Method and Description |
---|---|
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.