Class AllocatedSlotInfo
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- All Implemented Interfaces:
Serializable
public class AllocatedSlotInfo extends Object implements Serializable
Information about an allocated slot which is owned by a JobMaster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllocatedSlotInfo(int index, AllocationID allocationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationID
getAllocationId()
int
getSlotIndex()
String
toString()
-
-
-
Constructor Detail
-
AllocatedSlotInfo
public AllocatedSlotInfo(int index, AllocationID allocationId)
-
-
Method Detail
-
getAllocationId
public AllocationID getAllocationId()
-
getSlotIndex
public int getSlotIndex()
-
-