public class ExecutionVertexSchedulingRequirements extends Object
ExecutionVertex
.Modifier and Type | Class and Description |
---|---|
static class |
ExecutionVertexSchedulingRequirements.Builder
Builder for
ExecutionVertexSchedulingRequirements . |
Modifier and Type | Method and Description |
---|---|
CoLocationConstraint |
getCoLocationConstraint() |
ExecutionVertexID |
getExecutionVertexId()
|
ResourceProfile |
getPhysicalSlotResourceProfile() |
Collection<TaskManagerLocation> |
getPreferredLocations() |
AllocationID |
getPreviousAllocationId() |
SlotSharingGroupId |
getSlotSharingGroupId() |
ResourceProfile |
getTaskResourceProfile() |
public ExecutionVertexID getExecutionVertexId()
@Nullable public AllocationID getPreviousAllocationId()
public ResourceProfile getTaskResourceProfile()
public ResourceProfile getPhysicalSlotResourceProfile()
@Nullable public SlotSharingGroupId getSlotSharingGroupId()
@Nullable public CoLocationConstraint getCoLocationConstraint()
public Collection<TaskManagerLocation> getPreferredLocations()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.