public class PendingSlotRequest extends Object
Constructor and Description |
---|
PendingSlotRequest(SlotRequest slotRequest) |
Modifier and Type | Method and Description |
---|---|
AllocationID |
getAllocationId() |
long |
getCreationTimestamp() |
JobID |
getJobId() |
CompletableFuture<Acknowledge> |
getRequestFuture() |
ResourceProfile |
getResourceProfile() |
String |
getTargetAddress() |
boolean |
isAssigned() |
void |
setRequestFuture(CompletableFuture<Acknowledge> requestFuture) |
public PendingSlotRequest(SlotRequest slotRequest)
public AllocationID getAllocationId()
public ResourceProfile getResourceProfile()
public JobID getJobId()
public String getTargetAddress()
public long getCreationTimestamp()
public boolean isAssigned()
public void setRequestFuture(@Nullable CompletableFuture<Acknowledge> requestFuture)
@Nullable public CompletableFuture<Acknowledge> getRequestFuture()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.