public class SlotReport extends Object implements Serializable, Iterable<SlotStatus>
Constructor and Description |
---|
SlotReport() |
SlotReport(Collection<SlotStatus> slotsStatus) |
SlotReport(SlotStatus slotStatus) |
Modifier and Type | Method and Description |
---|---|
int |
getNumSlotStatus() |
boolean |
hasAllocatedSlot() |
Iterator<SlotStatus> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SlotReport()
public SlotReport(SlotStatus slotStatus)
public SlotReport(Collection<SlotStatus> slotsStatus)
public int getNumSlotStatus()
public boolean hasAllocatedSlot()
public Iterator<SlotStatus> iterator()
iterator
in interface Iterable<SlotStatus>
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.