public class SlotAllocationSnapshot extends Object implements Serializable
| Constructor and Description |
|---|
SlotAllocationSnapshot(SlotID slotID,
org.apache.flink.api.common.JobID jobId,
String jobTargetAddress,
AllocationID allocationId,
ResourceProfile resourceProfile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AllocationID |
getAllocationId() |
org.apache.flink.api.common.JobID |
getJobId() |
String |
getJobTargetAddress() |
ResourceProfile |
getResourceProfile() |
SlotID |
getSlotID() |
int |
getSlotIndex() |
int |
hashCode() |
String |
toString() |
public SlotAllocationSnapshot(SlotID slotID, org.apache.flink.api.common.JobID jobId, String jobTargetAddress, AllocationID allocationId, ResourceProfile resourceProfile)
public SlotID getSlotID()
public org.apache.flink.api.common.JobID getJobId()
public String getJobTargetAddress()
public AllocationID getAllocationId()
public ResourceProfile getResourceProfile()
public int getSlotIndex()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.