| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RegistrationResponse> |
JobMasterGateway.registerTaskManager(String taskManagerRpcAddress,
UnresolvedTaskManagerLocation unresolvedTaskManagerLocation,
org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout)
Registers the task manager at the job manager.
|
CompletableFuture<RegistrationResponse> |
JobMaster.registerTaskManager(String taskManagerRpcAddress,
UnresolvedTaskManagerLocation unresolvedTaskManagerLocation,
org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
UnresolvedTaskManagerLocation |
TaskManagerServices.getUnresolvedTaskManagerLocation() |
| Constructor and Description |
|---|
DefaultJobLeaderService(UnresolvedTaskManagerLocation location,
RetryingRegistrationConfiguration retryingRegistrationConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static TaskManagerLocation |
TaskManagerLocation.fromUnresolvedLocation(UnresolvedTaskManagerLocation unresolvedLocation,
TaskManagerLocation.ResolutionMode resolutionMode) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.