| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyMatchingSlotMatchingStrategy
SlotMatchingStrategy which picks the first matching slot. |
class |
LeastUtilizationSlotMatchingStrategy
SlotMatchingStrategy which picks a matching slot from a TaskExecutor
with the least utilization. |
| Constructor and Description |
|---|
SlotManagerImpl(SlotMatchingStrategy slotMatchingStrategy,
ScheduledExecutor scheduledExecutor,
org.apache.flink.api.common.time.Time taskManagerRequestTimeout,
org.apache.flink.api.common.time.Time slotRequestTimeout,
org.apache.flink.api.common.time.Time taskManagerTimeout,
boolean waitResultConsumedBeforeRelease) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.