| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager.scheduler | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Method and Description |
|---|---|
static Locality |
Locality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locality[] |
Locality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Locality |
LogicalSlot.getLocality()
Gets the locality of this slot.
|
| Modifier and Type | Method and Description |
|---|---|
Locality |
SingleLogicalSlot.getLocality() |
Locality |
SlotSelectionStrategy.SlotInfoAndLocality.getLocality() |
| Modifier and Type | Method and Description |
|---|---|
static SingleLogicalSlot |
SingleLogicalSlot.allocateFromPhysicalSlot(SlotRequestId slotRequestId,
PhysicalSlot physicalSlot,
Locality locality,
SlotOwner slotOwner,
boolean slotWillBeOccupiedIndefinitely) |
static SlotSelectionStrategy.SlotInfoAndLocality |
SlotSelectionStrategy.SlotInfoAndLocality.of(SlotInfo slotInfo,
Locality locality) |
| Constructor and Description |
|---|
SingleLogicalSlot(SlotRequestId slotRequestId,
SlotContext slotContext,
Locality locality,
SlotOwner slotOwner) |
SingleLogicalSlot(SlotRequestId slotRequestId,
SlotContext slotContext,
Locality locality,
SlotOwner slotOwner,
boolean willBeOccupiedIndefinitely) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.