public class AllocatedSlotReport extends Object implements Serializable
| 构造器和说明 |
|---|
AllocatedSlotReport(org.apache.flink.api.common.JobID jobId,
Collection<AllocatedSlotInfo> allocatedSlotInfos) |
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–2022 The Apache Software Foundation. All rights reserved.