Package | Description |
---|---|
org.apache.flink.runtime.resourcemanager.registration | |
org.apache.flink.runtime.resourcemanager.slotmanager |
Modifier and Type | Class and Description |
---|---|
class |
WorkerRegistration<WorkerType extends ResourceIDRetrievable>
This class extends the
TaskExecutorConnection , adding the worker information. |
Modifier and Type | Method and Description |
---|---|
TaskExecutorConnection |
TaskManagerInfo.getTaskExecutorConnection()
Get the taskExecutorConnection.
|
TaskExecutorConnection |
FineGrainedTaskManagerRegistration.getTaskExecutorConnection() |
TaskExecutorConnection |
TaskManagerRegistration.getTaskManagerConnection() |
TaskExecutorConnection |
FineGrainedTaskManagerSlot.getTaskManagerConnection() |
TaskExecutorConnection |
TaskManagerSlotInformation.getTaskManagerConnection() |
Modifier and Type | Method and Description |
---|---|
Collection<TaskExecutorConnection> |
DefaultSlotTracker.getTaskExecutorsWithAllocatedSlotsForJob(JobID jobId) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSlotTracker.addSlot(SlotID slotId,
ResourceProfile resourceProfile,
TaskExecutorConnection taskManagerConnection,
JobID assignedJob) |
void |
FineGrainedTaskManagerTracker.addTaskManager(TaskExecutorConnection taskExecutorConnection,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile) |
boolean |
SlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection,
SlotReport initialSlotReport,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile)
Registers a new task manager at the slot manager.
|
boolean |
DeclarativeSlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection,
SlotReport initialSlotReport,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile)
Registers a new task manager at the slot manager.
|
boolean |
FineGrainedSlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection,
SlotReport initialSlotReport,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile)
Registers a new task manager at the slot manager.
|
Constructor and Description |
---|
FineGrainedTaskManagerRegistration(TaskExecutorConnection taskManagerConnection,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile) |
FineGrainedTaskManagerSlot(AllocationID allocationId,
JobID jobId,
ResourceProfile resourceProfile,
TaskExecutorConnection taskManagerConnection,
org.apache.flink.runtime.resourcemanager.slotmanager.SlotState slotState) |
TaskManagerRegistration(TaskExecutorConnection taskManagerConnection,
Collection<SlotID> slots,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.