| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster |
| Modifier and Type | Method and Description |
|---|---|
static TaskManagerRegistrationInformation |
TaskManagerRegistrationInformation.create(String taskManagerRpcAddress,
UnresolvedTaskManagerLocation unresolvedTaskManagerLocation,
UUID taskManagerSession) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RegistrationResponse> |
JobMaster.registerTaskManager(org.apache.flink.api.common.JobID jobId,
TaskManagerRegistrationInformation taskManagerRegistrationInformation,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<RegistrationResponse> |
JobMasterGateway.registerTaskManager(org.apache.flink.api.common.JobID jobId,
TaskManagerRegistrationInformation taskManagerRegistrationInformation,
org.apache.flink.api.common.time.Time timeout)
Registers the task manager at the job manager.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.