public class SlotRequest extends Object implements Serializable
Constructor and Description |
---|
SlotRequest(org.apache.flink.api.common.JobID jobId,
AllocationID allocationId,
ResourceProfile resourceProfile,
String targetAddress) |
Modifier and Type | Method and Description |
---|---|
AllocationID |
getAllocationId()
Get the unique identification of this request
|
org.apache.flink.api.common.JobID |
getJobId()
Get the JobID of the slot requested for.
|
ResourceProfile |
getResourceProfile()
Get the resource profile of the desired slot
|
String |
getTargetAddress() |
public SlotRequest(org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress)
public org.apache.flink.api.common.JobID getJobId()
public AllocationID getAllocationId()
public ResourceProfile getResourceProfile()
public String getTargetAddress()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.