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