public interface TaskManagerSlotInformation
TaskManagerSlot
.Modifier and Type | Method and Description |
---|---|
InstanceID |
getInstanceId() |
ResourceProfile |
getResourceProfile()
Get resource profile of this slot.
|
SlotID |
getSlotId() |
TaskExecutorConnection |
getTaskManagerConnection() |
default boolean |
isMatchingRequirement(ResourceProfile required)
Returns true if the required
ResourceProfile can be fulfilled by this slot. |
SlotID getSlotId()
InstanceID getInstanceId()
TaskExecutorConnection getTaskManagerConnection()
default boolean isMatchingRequirement(ResourceProfile required)
ResourceProfile
can be fulfilled by this slot.required
- resourcesResourceProfile getResourceProfile()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.