Class SlotAllocationSnapshot
java.lang.Object
org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
- All Implemented Interfaces:
Serializable
Model to save local slot allocation info.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSlotAllocationSnapshot(SlotID slotID, org.apache.flink.api.common.JobID jobId, String jobTargetAddress, AllocationID allocationId, ResourceProfile resourceProfile) -
Method Summary
-
Constructor Details
-
SlotAllocationSnapshot
public SlotAllocationSnapshot(SlotID slotID, org.apache.flink.api.common.JobID jobId, String jobTargetAddress, AllocationID allocationId, ResourceProfile resourceProfile)
-
-
Method Details
-
getSlotID
-
getJobId
public org.apache.flink.api.common.JobID getJobId() -
getJobTargetAddress
-
getAllocationId
-
getResourceProfile
-
getSlotIndex
public int getSlotIndex() -
toString
-
equals
-
hashCode
public int hashCode()
-