Package | Description |
---|---|
org.apache.flink.runtime.jobmaster | |
org.apache.flink.runtime.taskexecutor | |
org.apache.flink.runtime.taskmanager |
Modifier and Type | Method and Description |
---|---|
UnresolvedTaskManagerLocation |
TaskManagerRegistrationInformation.getUnresolvedTaskManagerLocation() |
Modifier and Type | Method and Description |
---|---|
static TaskManagerRegistrationInformation |
TaskManagerRegistrationInformation.create(String taskManagerRpcAddress,
UnresolvedTaskManagerLocation unresolvedTaskManagerLocation,
UUID taskManagerSession) |
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–2024 The Apache Software Foundation. All rights reserved.