| 限定符和类型 | 方法和说明 |
|---|---|
Optional<TaskExecutorGateway> |
PartitionTrackerFactory.TaskExecutorGatewayLookup.lookup(ResourceID taskExecutorId)
Returns a
TaskExecutorGateway corresponding to the given ResourceID. |
| 构造器和说明 |
|---|
RpcTaskManagerGateway(TaskExecutorGateway taskExecutorGateway,
JobMasterId jobMasterId) |
| 限定符和类型 | 方法和说明 |
|---|---|
TaskExecutorGateway |
TaskExecutorConnection.getTaskExecutorGateway() |
| 构造器和说明 |
|---|
TaskExecutorConnection(ResourceID resourceID,
TaskExecutorGateway taskExecutorGateway) |
WorkerRegistration(TaskExecutorGateway taskExecutorGateway,
WorkerType worker,
int dataPort,
int jmxPort,
HardwareDescription hardwareDescription,
TaskExecutorMemoryConfiguration memoryConfiguration,
ResourceProfile totalResourceProfile,
ResourceProfile defaultSlotResourceProfile,
String nodeId) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TaskExecutor
TaskExecutor implementation.
|
class |
TaskExecutorGatewayDecoratorBase
A class that decorates/forwards calls to a
TaskExecutorGateway. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TaskExecutorGateway |
TaskExecutorGatewayDecoratorBase.originalGateway |
| 构造器和说明 |
|---|
TaskExecutorGatewayDecoratorBase(TaskExecutorGateway originalGateway) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.