public class AllocatedSlotReport extends Object implements Serializable
| Constructor and Description |
|---|
AllocatedSlotReport(org.apache.flink.api.common.JobID jobId,
Collection<AllocatedSlotInfo> allocatedSlotInfos) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocatedSlotInfo> |
getAllocatedSlotInfos() |
org.apache.flink.api.common.JobID |
getJobId() |
String |
toString() |
public AllocatedSlotReport(org.apache.flink.api.common.JobID jobId,
Collection<AllocatedSlotInfo> allocatedSlotInfos)
public org.apache.flink.api.common.JobID getJobId()
public Collection<AllocatedSlotInfo> getAllocatedSlotInfos()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.