| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationPreferenceSchedulingStrategy
Default
SchedulingStrategy which tries to match a slot with its location preferences. |
class |
PreviousAllocationSchedulingStrategy
SchedulingStrategy which tries to match a slot with its previous AllocationID. |
| Constructor and Description |
|---|
DefaultSlotPoolFactory(RpcService rpcService,
SchedulingStrategy schedulingStrategy,
Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time slotIdleTimeout) |
SlotPool(RpcService rpcService,
org.apache.flink.api.common.JobID jobId,
SchedulingStrategy schedulingStrategy) |
SlotPool(RpcService rpcService,
org.apache.flink.api.common.JobID jobId,
SchedulingStrategy schedulingStrategy,
Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time idleSlotTimeout) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.