public interface ExecutionSlotAllocator
Execution.| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.flink.runtime.scheduler.ExecutionSlotAssignment> |
allocateSlotsFor(List<ExecutionAttemptID> executionAttemptIds)
Allocate slots for the given executions.
|
void |
cancel(ExecutionAttemptID executionAttemptId)
Cancel the ongoing slot request of the given
Execution. |
List<org.apache.flink.runtime.scheduler.ExecutionSlotAssignment> allocateSlotsFor(List<ExecutionAttemptID> executionAttemptIds)
executionAttemptIds - executions to allocate slots forvoid cancel(ExecutionAttemptID executionAttemptId)
Execution.executionAttemptId - identifying the Execution of which the slot request should
be canceled.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.