Class SlotOffer
- java.lang.Object
-
- org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- All Implemented Interfaces:
Serializable
public class SlotOffer extends Object implements Serializable
Describe the slot offering to job manager provided by task manager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotOffer(AllocationID allocationID, int index, ResourceProfile resourceProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AllocationID
getAllocationId()
ResourceProfile
getResourceProfile()
int
getSlotIndex()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SlotOffer
public SlotOffer(AllocationID allocationID, int index, ResourceProfile resourceProfile)
-
-
Method Detail
-
getAllocationId
public AllocationID getAllocationId()
-
getSlotIndex
public int getSlotIndex()
-
getResourceProfile
public ResourceProfile getResourceProfile()
-
-