| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleExecutionSlotAllocator
A simple implementation of
ExecutionSlotAllocator. |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionSlotAllocator |
DefaultScheduler.executionSlotAllocator |
| Modifier and Type | Method and Description |
|---|---|
ExecutionSlotAllocator |
SimpleExecutionSlotAllocator.Factory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) |
ExecutionSlotAllocator |
ExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context)
Instantiates the
ExecutionSlotAllocator. |
ExecutionSlotAllocator |
SlotSharingExecutionSlotAllocatorFactory.createInstance(org.apache.flink.runtime.scheduler.ExecutionSlotAllocationContext context) |
| Modifier and Type | Method and Description |
|---|---|
DefaultExecutionDeployer |
DefaultExecutionDeployer.Factory.createInstance(org.slf4j.Logger log,
ExecutionSlotAllocator executionSlotAllocator,
ExecutionOperations executionOperations,
ExecutionVertexVersioner executionVertexVersioner,
org.apache.flink.api.common.time.Time partitionRegistrationTimeout,
java.util.function.BiConsumer<ExecutionVertexID,AllocationID> allocationReservationFunc,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor) |
ExecutionDeployer |
ExecutionDeployer.Factory.createInstance(org.slf4j.Logger log,
ExecutionSlotAllocator executionSlotAllocator,
ExecutionOperations executionOperations,
ExecutionVertexVersioner executionVertexVersioner,
org.apache.flink.api.common.time.Time partitionRegistrationTimeout,
java.util.function.BiConsumer<ExecutionVertexID,AllocationID> allocationReservationFunc,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
Instantiate an
ExecutionDeployer with the given params. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.